Add metaproxy-config to src/Makefile, not toplevel
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Oct 2010 11:35:36 +0000 (13:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Oct 2010 11:35:36 +0000 (13:35 +0200)
Makefile.am
src/Makefile.am

index 590fc3e..d9d5071 100644 (file)
@@ -11,7 +11,7 @@ EXTRA_DIST = Doxyfile.in NEWS README LICENSE \
              m4/yazpp.m4 m4/yaz.m4 m4/ax_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
index 7f6756f..a79adde 100644 (file)
@@ -3,6 +3,8 @@
 
 MAINTAINERCLEANFILES = Makefile.in config.in config.hpp
 
+DISTCLEANFILES = metaproxy-config
+
 AM_CXXFLAGS = $(BOOST_CPPFLAGS)
 
 AM_CPPFLAGS = -I$(top_srcdir)/include