X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=47a7b526773d3f8e33a35e814384f5dbaf64c622;hb=9aac52ec77441c6b1cfb37fd89d7a55c8935ca71;hp=2fd787827ae30bf7ab28269140adff6ef0821923;hpb=58556d445148f40d65dbfee9f87ddae009d08cae;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 2fd7878..47a7b52 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ libmetaproxy_la_SOURCES = \ filter_http_client.cpp filter_http_client.hpp \ filter_http_file.cpp filter_http_file.hpp \ filter_http_rewrite1.cpp filter_http_rewrite1.hpp \ + filter_http_rewrite.cpp filter_http_rewrite.hpp \ filter_limit.cpp filter_limit.hpp \ filter_load_balance.cpp filter_load_balance.hpp \ filter_log.cpp filter_log.hpp \ @@ -104,6 +105,7 @@ check_PROGRAMS = \ test_filter_record_transform \ test_filter_sru_to_z3950 \ test_filter_virt_db \ + test_filter_rewrite \ test_ses_map \ test_router_flexml \ test_xmlutil @@ -130,6 +132,7 @@ 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_filter_rewrite_SOURCES = test_filter_rewrite.cpp test_ses_map_SOURCES = test_ses_map.cpp test_router_flexml_SOURCES = test_router_flexml.cpp test_xmlutil_SOURCES = test_xmlutil.cpp @@ -155,6 +158,7 @@ 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_filter_rewrite_LDADD = $(TESTLDADD) test_router_flexml_LDADD = $(TESTLDADD) test_ses_map_LDADD = $(TESTLDADD) test_thread_pool_observer_LDADD = $(TESTLDADD)