Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / Makefile.am
index 590fc3e..0027568 100644 (file)
@@ -1,5 +1,6 @@
 ## This file is part of Metaproxy
-## Copyright (C) 2005-2010 Index Data
+## Copyright (C) Index Data
+## See the file LICENSE for details.
 
 SUBDIRS = xml include src etc doc
 
@@ -7,11 +8,11 @@ ACLOCAL_AMFLAGS = -I m4
 
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = Doxyfile.in NEWS README LICENSE \
-             m4/yazpp.m4 m4/yaz.m4 m4/ax_boost.m4 \
+EXTRA_DIST = Doxyfile.in IDMETA README LICENSE NEWS m4/id-config.sh \
+             m4/yazpp.m4 m4/yaz.m4 m4/boost.m4 \
              buildconf.sh metaproxy.spec metaproxy-config.in
 
-MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure metaproxy-config
+MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
 
 dist-hook:
        if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi