Coded bounce filter which returns all packages unprocessed, not sending any package...
[metaproxy-moved-to-github.git] / src / Makefile.am
index 9b6cbab..f16e172 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.50 2006-03-16 10:40:59 adam Exp $
+## $Id: Makefile.am,v 1.53 2006-08-31 13:01:09 marc Exp $
 
 MAINTAINERCLEANFILES = Makefile.in config.in config.hpp
 
@@ -17,6 +17,7 @@ libmetaproxy_la_SOURCES = \
        filter.hpp filter.cpp \
        filter_auth_simple.cpp filter_auth_simple.hpp \
        filter_backend_test.cpp filter_backend_test.hpp \
+       filter_bounce.cpp filter_bounce.hpp \
        filter_frontend_net.cpp filter_frontend_net.hpp \
        filter_http_file.cpp filter_http_file.hpp \
        filter_log.cpp filter_log.hpp \
@@ -26,7 +27,8 @@ 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 \
-       package.cpp package.hpp \
+       gduutil.cpp gduutil.hpp \
+       origin.cpp package.cpp package.hpp \
        pipe.cpp pipe.hpp \
        plainfile.cpp \
        router.hpp router_chain.hpp router_chain.cpp \