From: Adam Dickmeiss Date: Thu, 2 Mar 2000 08:53:47 +0000 (+0000) Subject: Fix. X-Git-Tag: YAZ.1.8~245 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1059af772d449ae66893bedf4a4ffd2b13b9c37f Fix. --- 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