X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=0f2d0c71d7536d61fbb90b184f7b9ca7b4df3236;hb=283537fd130e56aa77410b47092dea16be47b108;hp=042d9d61896e7420942524725c884b38ddf479d0;hpb=5198a65b618d8cacbf3a3852c0299c31a8a7a414;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 042d9d6..0f2d0c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.13 2005-10-08 17:28:28 marc Exp $ +## $Id: Makefile.am,v 1.15 2005-10-12 23:30:43 adam Exp $ MAINTAINERCLEANFILES = Makefile.in config.in config.hpp @@ -40,10 +40,11 @@ test_session1_LDADD = $(LDADD) -lboost_unit_test_framework test_session2_LDADD = $(LDADD) -lboost_unit_test_framework test_boost_threads_LDADD = $(LDADD) -lboost_unit_test_framework test_boost_time_LDADD = $(LDADD) -lboost_unit_test_framework - - - +test_thread_pool_observer_LDADD = $(LDADD) -lboost_unit_test_framework # doxygen target dox: (cd $(top_srcdir) ; make dox) + +showdox: + (cd $(top_srcdir) ; make showdox)