summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-21 21:56:38 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-21 21:59:04 (EDT)
commit579eb66ce74a0823f4e1f76ccba5f15c3497b1e7 (patch)
treee7cfb0c9d84dbcff99205fe56a2b9672eea69ced /lib/Makefile.in
parent6d8c745ecac3ea33e2e0d409fe84519c388966d2 (diff)
Add "common" and "load" library modules.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 78cdc44..c8d0b07 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -35,7 +35,7 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES:
.SUFFIXES: .sh .sm
-SRCS =
+SRCS = load.sh common.sh
OBJS = $(SRCS:.sh=.sm)
distdir = ../$(package_name)-$(package_version)/lib