From: Adam Dickmeiss Date: Tue, 30 Mar 2004 08:46:36 +0000 (+0000) Subject: Fixes to make distcheck happy X-Git-Tag: YAZPP.0.8~39 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=0d9cb9da0dcc25161bfc04692bc57ea2cc32e803;hp=d03cfd1f6a2a85807e72b58b36a47e3f1000cc2b;p=yazpp-moved-to-github.git Fixes to make distcheck happy --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 7218b3d..63dc27c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.8 2003-10-10 22:22:51 adam Exp $ +## $Id: Makefile.am,v 1.9 2004-03-30 08:46:36 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -51,7 +51,7 @@ index.tkl: $(XMLFILES) tkl.xsl xsltproc tkl.xsl $(TOP) dist-hook: zoom.html - cp *.html $(distdir) + cp $(srcdir)/*.html $(distdir) clean-data-hook: rm -f [0-9]* *.bak diff --git a/src/Makefile.am b/src/Makefile.am index 235289e..e88ebda 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,12 @@ -## $Id: Makefile.am,v 1.23 2004-03-29 22:46:51 adam Exp $ +## $Id: Makefile.am,v 1.24 2004-03-30 08:46:36 adam Exp $ AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include lib_LTLIBRARIES = libyazcpp.la libyazcpp_la_LDFLAGS=-version-info 1:0:0 +DISTCLEANFILES = yaz++-config + libyazcpp_la_SOURCES=yaz-socket-manager.cpp yaz-pdu-assoc.cpp \ yaz-z-assoc.cpp yaz-z-query.cpp yaz-ir-assoc.cpp \ yaz-z-server.cpp yaz-pdu-assoc-thread.cpp yaz-z-server-sr.cpp \