aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am (renamed from lib/Makefile.tmpl)15
1 files changed, 3 insertions, 12 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.am
index adf438a..78ec906 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.am
@@ -14,19 +14,10 @@
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301, USA.
-noinst_LIBRARIES = libcflow.a
-noinst_HEADERS = argcv.h
-libcflow_a_SOURCES = argcv.c
-libcflow_a_LIBADD = $(LIBOBJS) $(ALLOCA)
-libcflow_a_DEPENDENCIES = $(libcflow_a_LIBADD)
-AM_CPPFLAGS=
-BUILT_SOURCES =
-EXTRA_DIST = Makefile.tmpl
-MAINTAINERCLEANFILES =
-MOSTLYCLEANFILES =
-lib_OBJECTS = $(libcflow_a_OBJECTS)
+include gnulib.mk
-# gnulib modules
+noinst_HEADERS += argcv.h
+libcflow_a_SOURCES += argcv.c

Return to:

Send suggestions and report system problems to the System administrator.