X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=0fac4ad3c05e234c84d296287db75cf8f2a9868c;hb=85a1ec4eb983744107e98378be5f3a1d0c33ef52;hp=49ac4ece28d1556d3a93308564e96ba8f6f6c994;hpb=fe75bce77d280de03589a9bca7e40f3c0ef79817;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 49ac4ec..0fac4ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,24 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.35 2006-05-08 12:20:48 adam Exp $ +## $Id: Makefile.am,v 1.38 2006-11-29 22:35:17 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 \ +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