X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=ef138058d6e9290dc26fa894e400ae7d45f3571c;hb=66aef53c5b85935ead2400a648bbe5486a6a277f;hp=21d1d4c9adfdc8e6c46a76b632dcc3578cf875d8;hpb=b0c61b7f8b17d876c88347a96c246c47493140da;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 21d1d4c..ef13805 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,15 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2010 Index Data +## Copyright (C) 2005-2012 Index Data -SUBDIRS = xml src etc doc +SUBDIRS = xml include src etc doc ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = Doxyfile.in NEWS README LICENSE \ - m4/yazpp.m4 m4/yaz.m4 m4/ax_boost.m4 \ - buildconf.sh +EXTRA_DIST = Doxyfile.in IDMETA README LICENSE NEWS \ + m4/yazpp.m4 m4/yaz.m4 m4/boost.m4 \ + buildconf.sh metaproxy.spec metaproxy-config.in MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure @@ -17,6 +17,8 @@ dist-hook: if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win + mkdir $(distdir)/rpm + -cp $(srcdir)/rpm/* $(distdir)/rpm .PHONY:dox dox: