X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=14c1e6c65c58c6012a09b2e3f6235bfcc28dfcf4;hb=565c473977fcfb1c941c19afbeaaa8bc6fff5ea5;hp=6fd447cf4538ba1b0bb1d010822c99b60fc4548f;hpb=73d4fa8c17d6db74b63d63dd31606f077fab217a;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6fd447c..14c1e6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ +# $Id: Makefile.am,v 1.8 2007-05-15 15:50:47 adam Exp $ + AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src doc +SUBDIRS = src test doc -EXTRA_DIST = README NEWS buildconf.sh Doxyfile.in m4/yaz.m4 +EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi