summaryrefslogtreecommitdiff
path: root/modules/blobs/Makefile.inc.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 21:26:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 21:26:47 -0400
commit94cacc84d322429e70485dea49bb858f48aa26c8 (patch)
tree2d6a493697e8e1b6db655a3bccc0869251db8e97 /modules/blobs/Makefile.inc.mk
parent634f61cc8b4e096853c61686ccd535fbd45e9158 (diff)
stuff
Diffstat (limited to 'modules/blobs/Makefile.inc.mk')
-rw-r--r--modules/blobs/Makefile.inc.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/blobs/Makefile.inc.mk b/modules/blobs/Makefile.inc.mk
index 9f3f112..484da13 100644
--- a/modules/blobs/Makefile.inc.mk
+++ b/modules/blobs/Makefile.inc.mk
@@ -1,8 +1,9 @@
-am_src_files += commit.d.sh commit.f.sh commit.sh get.d.sh get.f.sh get.sh ls.sh print.sh tree.sh
-am_out_files += commit.d commit.f commit get.d get.f get ls print tree
+am_src_files += commit.d.sh commit.f.sh commit.l.sh commit.sh get.d.sh get.f.sh get.l.sh get.sh tree.sh init.sh
+am_out_files += commit.d commit.f commit.l commit get.d get.f get.l.sh get tree init
-am_src_files += _stdio.sh
-am_sys_files += $(pkglibexecdir)/modules/$(name)/_stdio.sh
+am_src_files += _shlib.sh.m4
+am_clean_files += _shlib.sh
+am_sys_files += $(pkglibexecdir)/modules/$(name)/_shlib.sh
-$(DESTDIR)$(pkglibexecdir)/modules/$(name)/_stdio.sh: $(srcdir)/_stdio.sh | $(DESTDIR)$(pkglibexecdir)/modules/$(name)
+$(DESTDIR)$(pkglibexecdir)/modules/$(name)/_shlib.sh: $(srcdir)/_shlib.sh | $(DESTDIR)$(pkglibexecdir)/modules/$(name)
$(INSTALL_DATA) $< $@