X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=fe022afa50ce91adc4259e54e4f7f355eefd49a6;hb=ec0f5bdedf10f755541500d9db2a8332dc09039a;hp=c4fd1900db0e7ca895c4303e4dca3a0df470af7b;hpb=e36d7fa6b0fdfdc0d49cf13c54b9724af6c1c752;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index c4fd190..fe022af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,24 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.37 2006-10-13 11:25:47 adam Exp $ +## Copyright (C) 1995-2007, Index Data, All rights reserved. +## $Id: Makefile.am,v 1.42 2007-03-07 09:09:22 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 +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = yaz.pc + SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \ - yaz-config.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \ - Doxyfile.in + yaz-config.in yaz.pc.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \ + Doxyfile.in m4/acx_pthread.m4 dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi