X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2FMakefile.am;h=7ebc614df4bd6f3783555580c1cae41a4dc3084d;hb=a9b81d72b554d21849c7f25ac0faf487637fde58;hp=8e09b5894c9177e1e5349d7e99ccc0135423aac6;hpb=fd54e67312a71d5edc1fdb904b1789d003d408f5;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 8e09b58..7ebc614 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,7 @@ -## $Id: Makefile.am,v 1.8 2005-10-07 11:42:04 adam Exp $ +## $Id: Makefile.am,v 1.11 2005-10-07 22:46:16 marc Exp $ + +MAINTAINERCLEANFILES = Makefile.in config.in config.hpp + AM_CXXFLAGS = $(YAZPPINC) $(XSLT_CFLAGS) @@ -29,4 +32,13 @@ p2_SOURCES=p2_frontend.cpp p2_msg.cpp p2.cpp p2_frontend.h \ LDADD= $(YAZPPLALIB) $(XSLT_LIBS) test_filter1_LDADD = $(LDADD) -lboost_unit_test_framework +test_filter2_LDADD = $(LDADD) -lboost_unit_test_framework +test_session1_LDADD = $(LDADD) -lboost_unit_test_framework +test_boost_threads_LDADD = $(LDADD) -lboost_unit_test_framework + + + +# doxygen target +dox: + (cd $(top_srcdir) ; make dox)