From 9cc253042ddf07b92d112ba77ece652995bf9320 Mon Sep 17 00:00:00 2001 From: macbishop Date: Sun, 26 Sep 2004 18:49:15 +0000 Subject: [PATCH] Removed libtclap.a deps --- examples/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index fbd28cb..4d715f1 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -10,15 +10,6 @@ test6_SOURCES = test6.cpp test7_SOURCES = test7.cpp test8_SOURCES = test8.cpp -test1_LDADD = $(top_builddir)/src/libtclap.a -test2_LDADD = $(top_builddir)/src/libtclap.a -test3_LDADD = $(top_builddir)/src/libtclap.a -test4_LDADD = $(top_builddir)/src/libtclap.a -test5_LDADD = $(top_builddir)/src/libtclap.a -test6_LDADD = $(top_builddir)/src/libtclap.a -test7_LDADD = $(top_builddir)/src/libtclap.a -test8_LDADD = $(top_builddir)/src/libtclap.a - INCLUDES = -I$(top_builddir)/include AM_CXXFLAGS = -Wall