X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=23198ab8d4f32dd0724f93215e50207a5b1c3966;hb=b9c1e22ad8e2d8ef56b4aa23df31983d33feeaa6;hp=269edada2d49f2ffefc626682091c4b7f1d845b6;hpb=1d9811aca2c8dd514ba28f8e96a44fd2947a48f3;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 269edad..23198ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,7 @@ -## $Id: Makefile.am,v 1.9 2005-10-07 13:56:02 adam 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) @@ -31,3 +34,9 @@ LDADD= $(YAZPPLALIB) $(XSLT_LIBS) test_filter1_LDADD = $(LDADD) -lboost_unit_test_framework test_boost_threads_LDADD = $(LDADD) -lboost_unit_test_framework + + + +# doxygen target +dox: + (cd $(top_srcdir) ; make dox)