From 0d9cb9da0dcc25161bfc04692bc57ea2cc32e803 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Mar 2004 08:46:36 +0000 Subject: [PATCH] Fixes to make distcheck happy --- doc/Makefile.am | 4 ++-- src/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 \ -- 1.7.10.4