From 1059af772d449ae66893bedf4a4ffd2b13b9c37f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Mar 2000 08:53:47 +0000 Subject: [PATCH] Fix. --- util/Makefile.am | 8 +++++--- util/Makefile.in | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index 36c69e1..464b94b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,12 +1,14 @@ ## Copyright (C) 1994-2000, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.4 2000-03-02 08:48:20 adam Exp $ +## $Id: Makefile.am,v 1.5 2000-03-02 08:53:47 adam Exp $ noinst_LIBRARIES = libutil.a -bin_SCRIPTS=yaz-comp +bin_SCRIPTS = yaz-comp -INCLUDES=-I../include +EXTRA_DIST = yaz-comp + +INCLUDES =-I../include libutil_a_SOURCES=options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c \ xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c diff --git a/util/Makefile.in b/util/Makefile.in index 3c166f7..288dbee 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -75,6 +75,8 @@ noinst_LIBRARIES = libutil.a bin_SCRIPTS = yaz-comp +EXTRA_DIST = yaz-comp + INCLUDES = -I../include libutil_a_SOURCES = options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c -- 1.7.10.4