X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile.am;h=ba5da16caa50c17dce2e2ee8e257a9d740fbab4d;hb=6e73632396c2ed75df235eb038ad9701b97b4c73;hp=0223e7642026c2e27f26066ec3f1c146aa9216f1;hpb=fc0c1337746e1fc79a07133e6154256a23922a6a;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 0223e76..ba5da16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.55 2006-09-26 13:02:50 marc Exp $ +## $Id: Makefile.am,v 1.60 2006-12-28 14:59:44 marc Exp $ MAINTAINERCLEANFILES = Makefile.in config.in config.hpp @@ -23,11 +23,13 @@ libmetaproxy_la_SOURCES = \ filter_log.cpp filter_log.hpp \ filter_multi.cpp filter_multi.hpp \ filter_query_rewrite.cpp filter_query_rewrite.hpp \ + filter_record_transform.cpp filter_record_transform.hpp \ filter_session_shared.cpp filter_session_shared.hpp \ filter_sru_to_z3950.cpp filter_sru_to_z3950.hpp \ 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 \ @@ -36,6 +38,7 @@ libmetaproxy_la_SOURCES = \ router.hpp router_chain.hpp router_chain.cpp \ router_flexml.hpp router_flexml.cpp \ session.cpp session.hpp \ + sru_util.cpp sru_util.hpp \ thread_pool_observer.cpp thread_pool_observer.hpp \ util.cpp util.hpp \ xmlutil.cpp xmlutil.hpp @@ -76,6 +79,9 @@ check_PROGRAMS = \ test_filter_query_rewrite \ test_filter_z3950_client \ test_filter_backend_test \ + test_filter_bounce \ + test_filter_record_transform \ + test_filter_sru_to_z3950 \ test_filter_virt_db \ test_ses_map \ test_router_flexml @@ -99,6 +105,9 @@ test_filter_multi_SOURCES = test_filter_multi.cpp test_filter_query_rewrite_SOURCES = test_filter_query_rewrite.cpp test_filter_z3950_client_SOURCES = test_filter_z3950_client.cpp test_filter_backend_test_SOURCES = test_filter_backend_test.cpp +test_filter_bounce_SOURCES = test_filter_bounce.cpp +test_filter_record_transform_SOURCES = test_filter_record_transform.cpp +test_filter_sru_to_z3950_SOURCES = test_filter_sru_to_z3950.cpp 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 @@ -113,7 +122,6 @@ test_session1_LDADD = $(TESTLDADD) test_session2_LDADD = $(TESTLDADD) test_boost_threads_LDADD = $(TESTLDADD) test_boost_time_LDADD = $(TESTLDADD) -test_thread_pool_observer_LDADD = $(TESTLDADD) test_filter_auth_simple_LDADD = $(TESTLDADD) test_filter_factory_LDADD = $(TESTLDADD) test_filter_frontend_net_LDADD = $(TESTLDADD) @@ -122,9 +130,13 @@ test_filter_multi_LDADD = $(TESTLDADD) test_filter_query_rewrite_LDADD = $(TESTLDADD) test_filter_z3950_client_LDADD = $(TESTLDADD) test_filter_backend_test_LDADD = $(TESTLDADD) +test_filter_bounce_LDADD = $(TESTLDADD) +test_filter_record_transform_LDADD = $(TESTLDADD) +test_filter_sru_to_z3950_LDADD = $(TESTLDADD) test_filter_virt_db_LDADD = $(TESTLDADD) -test_ses_map_LDADD = $(TESTLDADD) test_router_flexml_LDADD = $(TESTLDADD) +test_ses_map_LDADD = $(TESTLDADD) +test_thread_pool_observer_LDADD = $(TESTLDADD) # doxygen target dox: