X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile.am;h=4aca39e90813fd0b4fc6f203dceff0dcc22222cc;hb=bddb5f0c90332a14929d25464849f23420c58a3b;hp=0e634bd61cdd1d5bf69a69520d4855e01f808813;hpb=2b3518210873d2ac17eda2dc85049e390b25651d;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 0e634bd..4aca39e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.66 2007-11-02 17:25:33 adam Exp $ +## $Id: Makefile.am,v 1.67 2008-02-27 11:08:49 adam Exp $ MAINTAINERCLEANFILES = Makefile.in config.in config.hpp @@ -78,7 +78,7 @@ check_PROGRAMS = \ test_filter1 test_filter2 \ test_session1 test_session2 \ test_thread_pool_observer \ - test_boost_threads test_boost_time \ + test_boost_threads \ test_filter_auth_simple \ test_filter_factory \ test_filter_frontend_net \ @@ -103,7 +103,6 @@ test_filter2_SOURCES=test_filter2.cpp test_session1_SOURCES=test_session1.cpp test_session2_SOURCES=test_session2.cpp test_boost_threads_SOURCES=test_boost_threads.cpp -test_boost_time_SOURCES=test_boost_time.cpp test_thread_pool_observer_SOURCES = test_thread_pool_observer.cpp test_filter_auth_simple_SOURCES = test_filter_auth_simple.cpp test_filter_factory_SOURCES = test_filter_factory.cpp @@ -129,7 +128,6 @@ test_filter2_LDADD = $(TESTLDADD) test_session1_LDADD = $(TESTLDADD) test_session2_LDADD = $(TESTLDADD) test_boost_threads_LDADD = $(TESTLDADD) -test_boost_time_LDADD = $(TESTLDADD) test_filter_auth_simple_LDADD = $(TESTLDADD) test_filter_factory_LDADD = $(TESTLDADD) test_filter_frontend_net_LDADD = $(TESTLDADD)