From 579eb66ce74a0823f4e1f76ccba5f15c3497b1e7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Oct 2012 21:56:38 -0400 Subject: Add "common" and "load" library modules. --- (limited to 'lib/Makefile.in') 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 -- cgit v0.9.1