X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=904cf51cb9c885837aa25bcde5b30a8687dce816;hb=e65dd6fdeb899a631867cc4f17aac2d04d3cecbb;hp=0fac4ad3c05e234c84d296287db75cf8f2a9868c;hpb=5fb7fa9318c6ea4a6aeecd515cc00fcd46709a3d;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 0fac4ad..904cf51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.38 2006-11-29 22:35:17 adam Exp $ +## Copyright (C) 1995-2007, Index Data, All rights reserved. +## $Id: Makefile.am,v 1.43 2007-03-16 08:06:26 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -12,10 +12,13 @@ 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 +EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO ChangeLog \ + 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