X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile.am;h=f16e172b2989765c27de1b5d6c7f251cac295bc7;hb=9f255f52501e9429f643772a186cc7a72a5e8893;hp=c0a858456dbe8d143708eb351b3e70204c037a43;hpb=ba1d95aa261abbe9f85b0bffa1926a34432aeadd;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index c0a8584..f16e172 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.51 2006-08-29 10:06:31 marc 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 \ @@ -27,7 +28,7 @@ libmetaproxy_la_SOURCES = \ filter_virt_db.cpp filter_virt_db.hpp \ filter_z3950_client.cpp filter_z3950_client.hpp \ gduutil.cpp gduutil.hpp \ - package.cpp package.hpp \ + origin.cpp package.cpp package.hpp \ pipe.cpp pipe.hpp \ plainfile.cpp \ router.hpp router_chain.hpp router_chain.cpp \