X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=2fd4fbaa32fdf1da71451bc415974cfd610e6172;hb=efe16756b891974b3cd72e8de8ed5bdbdb5ba980;hp=05dc669631b927a3a3fa281482852213eea11622;hpb=e637fc7750457b84b070b71e009c733887b0dd73;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 05dc669..2fd4fba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,14 @@ -## $Id: Makefile.am,v 1.59 2006-10-03 14:04:22 marc Exp $ +## $Id: Makefile.am,v 1.63 2007-02-26 11:40:03 marc Exp $ MAINTAINERCLEANFILES = Makefile.in config.in config.hpp -AM_CXXFLAGS = $(YAZPPINC) $(XSLT_CFLAGS) +AM_CXXFLAGS = $(YAZPPINC) $(BOOST_CPPFLAGS) + +AM_LDFLAGS = $(BOOST_LDFLAGS) \ + $(BOOST_DATE_TIME_LIB) \ + $(BOOST_PROGRAM_OPTIONS_LIB) \ + $(BOOST_THREAD_LIB) \ + $(YAZPPLALIB) EXTRA_DIST=Jamfile.in @@ -18,8 +24,10 @@ libmetaproxy_la_SOURCES = \ filter_auth_simple.cpp filter_auth_simple.hpp \ filter_backend_test.cpp filter_backend_test.hpp \ filter_bounce.cpp filter_bounce.hpp \ + filter_cql_to_rpn.cpp filter_cql_to_rpn.hpp \ filter_frontend_net.cpp filter_frontend_net.hpp \ filter_http_file.cpp filter_http_file.hpp \ + filter_load_balance.cpp filter_load_balance.hpp \ filter_log.cpp filter_log.hpp \ filter_multi.cpp filter_multi.hpp \ filter_query_rewrite.cpp filter_query_rewrite.hpp \ @@ -29,6 +37,7 @@ libmetaproxy_la_SOURCES = \ filter_template.cpp filter_template.hpp \ filter_virt_db.cpp filter_virt_db.hpp \ filter_z3950_client.cpp filter_z3950_client.hpp \ + filter_zeerex_explain.cpp filter_zeerex_explain.hpp \ gduutil.cpp gduutil.hpp \ origin.cpp origin.hpp \ package.cpp package.hpp \ @@ -44,7 +53,7 @@ libmetaproxy_la_SOURCES = \ # Rules for programs.. -LDADD= libmetaproxy.la $(YAZPPLALIB) $(XSLT_LIBS) +LDADD= libmetaproxy.la bin_PROGRAMS = metaproxy noinst_PROGRAMS = ex_filter_frontend_net ex_router_flexml tstdl @@ -111,7 +120,7 @@ test_filter_virt_db_SOURCES = test_filter_virt_db.cpp test_ses_map_SOURCES = test_ses_map.cpp test_router_flexml_SOURCES = test_router_flexml.cpp -TESTLDADD = $(LDADD) -lboost_unit_test_framework +TESTLDADD = $(LDADD) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) test_package1_LDADD = $(TESTLDADD) test_pipe_LDADD = $(TESTLDADD)