X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2FMakefile.am;h=d0596920a8c2f963024cea9a16fa052f564c9113;hb=c90fa1d9d80ba80198953b34c2e5a3134d1b5402;hp=16b46d32f3c781f45f4cf98adac0175d3cf074ad;hpb=7993f86c75d0d5ab736b0fd2d1b1bebff35bc95b;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 16b46d3..d059692 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,10 @@ -## $Id: Makefile.am,v 1.4 2005-10-06 19:33:58 adam Exp $ +## $Id: Makefile.am,v 1.5 2005-10-06 21:41:12 marc Exp $ AM_CXXFLAGS = $(YAZPPINC) $(XSLT_CFLAGS) $(USEMARCONINC) bin_PROGRAMS = -check_PROGRAMS = test_filter1 test_filter2 test_thread_pool_observer +check_PROGRAMS = test_filter1 test_filter2 test_session1 \ + test_thread_pool_observer test_boost_threads noinst_PROGRAMS = p2 design TESTS=$(check_PROGRAMS) @@ -12,6 +13,10 @@ design_SOURCES=design.h design_main.cpp test_filter1_SOURCES=test_filter1.cpp test_filter2_SOURCES=test_filter2.cpp +test_session1_SOURCES=test_session1.cpp +test_boost_threads_SOURCES=test_boost_threads.cpp +test_thread_pool_observer_SOURCES = test_thread_pool_observer.cpp \ + thread_pool_observer.cpp thread_pool_observer.h p2_SOURCES=p2_frontend.cpp p2_msg.cpp p2.cpp p2_frontend.h \ p2_config.cpp p2_config.h \ @@ -20,10 +25,8 @@ p2_SOURCES=p2_frontend.cpp p2_msg.cpp p2.cpp p2_frontend.h \ p2_xmlerror.cpp p2_xmlerror.h \ thread_pool_observer.cpp thread_pool_observer.h -test_thread_pool_observer_SOURCES = test_thread_pool_observer.cpp \ - thread_pool_observer.cpp thread_pool_observer.h -LDADD= $(YAZPPLALIB) $(XSLT_LIBS) $(USEMARCONLALIB) +LDADD= $(YAZPPLALIB) $(XSLT_LIBS) $(USEMARCONLALIB) -lboost_thread # Modules