X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=ea0cd4687e2da109ea97cd79f3cdc5e8b692e952;hb=fc12f2596c5150ee78d41d379430476208ea0548;hp=af16f6b5ead83e69ff275e1d62a246e5b8f36cc0;hpb=2f5822f65ed804ddccd0036e05ea66f20e25be70;p=metaproxy-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index af16f6b..ea0cd46 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,8 +12,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include $(USEMARCONINC) bin_SCRIPTS = metaproxy-config filter_src = \ - factory_filter.cpp factory_filter.hpp \ - factory_static.cpp factory_static.hpp \ filter_auth_simple.cpp filter_auth_simple.hpp \ filter_backend_test.cpp filter_backend_test.hpp \ filter_bounce.cpp filter_bounce.hpp \ @@ -38,13 +36,14 @@ filter_src = \ filter_virt_db.cpp filter_virt_db.hpp \ filter_z3950_client.cpp filter_z3950_client.hpp \ filter_zeerex_explain.cpp filter_zeerex_explain.hpp \ - filter_zoom.cpp filter_zoom.hpp \ - router_flexml.hpp router_flexml.cpp + filter_zoom.cpp filter_zoom.hpp lib_LTLIBRARIES = libmetaproxy.la libmetaproxy_la_LDFLAGS = -version-info 4:0:0 -export-dynamic libmetaproxy_la_SOURCES = \ + factory_filter.cpp factory_filter.hpp \ + factory_static.cpp factory_static.hpp \ filter.cpp \ gduutil.cpp gduutil.hpp \ origin.cpp \ @@ -58,6 +57,7 @@ libmetaproxy_la_SOURCES = \ url_recipe.cpp \ util.cpp \ router_chain.cpp \ + router_flexml.hpp router_flexml.cpp \ router_xml.cpp \ xmlutil.cpp