changed output to be non-cascarding when using -n switch
[yaz-moved-to-github.git] / Makefile.am
index 8d42df1..5459ebe 100644 (file)
@@ -1,22 +1,24 @@
 ## This file is part of the YAZ toolkit.
-## Copyright (C) 1994-2005, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.34 2006-04-21 14:24:53 adam Exp $
+## Copyright (C) 1995-2007, Index Data, All rights reserved.
+## $Id: Makefile.am,v 1.39 2007-01-03 08:42:13 adam Exp $
 
 AUTOMAKE_OPTIONS = foreign 
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src include util test client ztest zoom doc etc
+SUBDIRS = src include util test client ztest zoom ziffy doc etc
 
 aclocaldir=$(datadir)/aclocal
 
 aclocal_DATA = m4/yaz.m4
 
 SPEC_FILE=$(PACKAGE).spec
-EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO windows.txt \
-       yaz-config.in m4/yaz.m4 buildconf.sh Doxyfile.in
+EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \
+       yaz-config.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \
+       Doxyfile.in
 
 dist-hook:
+       if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi
        mkdir $(distdir)/win
        -cp $(srcdir)/win/* $(distdir)/win
        mkdir $(distdir)/debian