pz2.js changed to use POST instead of GET
[pazpar2-moved-to-github.git] / Makefile.am
index 030c75d..d801bf8 100644 (file)
@@ -1,11 +1,10 @@
-# $Id: Makefile.am,v 1.15 2007-07-27 09:07:49 marc Exp $
-
+# This file is part of Pazpar2.
 AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = src test js doc
 
-EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 
+EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 win/makefile
 
 dist-hook:
        if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi