Implement limit filter (bug #2697, bug #2698)
[metaproxy-moved-to-github.git] / src / Makefile.am
index b7d73f4..c369ae8 100644 (file)
@@ -1,5 +1,5 @@
 ## This file is part of Metaproxy
-## Copyright (C) 2005-2008 Index Data
+## Copyright (C) 2005-2009 Index Data
 
 MAINTAINERCLEANFILES = Makefile.in config.in config.hpp
 
@@ -46,7 +46,8 @@ libmetaproxy_la_SOURCES = \
        sru_util.cpp sru_util.hpp \
        thread_pool_observer.cpp thread_pool_observer.hpp \
        util.cpp util.hpp \
-       xmlutil.cpp xmlutil.hpp
+       xmlutil.cpp xmlutil.hpp \
+       filter_limit.cpp filter_limit.hpp
 
 libmetaproxy_la_LIBADD = $(YAZPPLALIB) $(BOOST_LIB) $(BOOST_THREAD_LIB)