added check for automake version, which must be version 1.9 or newer, otherwise the...
[metaproxy-moved-to-github.git] / src / Makefile.am
index 7600831..23198ab 100644 (file)
@@ -1,4 +1,7 @@
-## $Id: Makefile.am,v 1.7 2005-10-07 10:03:07 marc Exp $
+## $Id: Makefile.am,v 1.10 2005-10-07 21:38:24 marc Exp $
+
+MAINTAINERCLEANFILES    = Makefile.in config.in config.hpp
+
 
 AM_CXXFLAGS = $(YAZPPINC) $(XSLT_CFLAGS)
 
@@ -26,7 +29,14 @@ p2_SOURCES=p2_frontend.cpp p2_msg.cpp p2.cpp p2_frontend.h \
  thread_pool_observer.cpp thread_pool_observer.h
 
 
-LDADD= $(YAZPPLALIB) $(XSLT_LIBS) -lboost_thread
+LDADD= $(YAZPPLALIB) $(XSLT_LIBS)
+
+test_filter1_LDADD = $(LDADD) -lboost_unit_test_framework
+test_boost_threads_LDADD = $(LDADD) -lboost_unit_test_framework
+
+
 
 
-# Modules
+# doxygen target
+dox:
+       (cd $(top_srcdir) ; make dox)