X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=8c9c98da2ec1669b9bae5d3a66fa315caa0ec636;hb=e310bbc88afee1090799a0183d75c35d5eb060d9;hp=f1f3705f6b12826d2037d773fd3099e3adc2b9d0;hpb=4f8ea8cfaf2f3d95e4efcf9494526c2b4be43eb8;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index f1f3705..8c9c98d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.40 2007-01-24 10:09:31 adam Exp $ +## $Id: Makefile.am,v 1.46 2008-01-14 20:34:14 adam Exp $ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include util test client ztest zoom ziffy doc etc +SUBDIRS = src include util test client ztest zoom doc etc aclocaldir=$(datadir)/aclocal @@ -18,10 +18,10 @@ pkgconfig_DATA = yaz.pc SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \ yaz-config.in yaz.pc.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \ - Doxyfile.in + Doxyfile.in m4/acx_pthread.m4 m4/ac_check_icu.m4 dist-hook: - if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi + if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win mkdir $(distdir)/debian