summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-21 23:07:29 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-21 23:09:51 (EDT)
commite9c2b88ce2b4ec690deb1557940026b7cc76fcf1 (patch)
tree5cfaa1d13ecfb3c88762c73354fbaefacce1af9e /lib/Makefile.in
parent579eb66ce74a0823f4e1f76ccba5f15c3497b1e7 (diff)
Write "buildsystem" library module.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c8d0b07..4f26b57 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -35,7 +35,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES:
.SUFFIXES: .sh .sm
-SRCS = load.sh common.sh
+SRCS = load.sh common.sh \
+ buildsystem.sh
OBJS = $(SRCS:.sh=.sm)
distdir = ../$(package_name)-$(package_version)/lib