X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=781da6ea32cbd75fae3b282996216bf1644c6878;hb=4d5043a735f072b648a7550b8f460726721b9f14;hp=4f6ad7857bcff628a1fb12da8ee4919d110dc8b6;hpb=d96213e7e29deb01d3f24408b557319adea3cb3d;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 4f6ad78..781da6e 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1994-2001, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.10 2001-05-16 07:37:39 adam Exp $ +## $Id: Makefile.am,v 1.13 2002-09-11 21:25:57 adam Exp $ noinst_LTLIBRARIES = libutil.la @@ -10,19 +10,17 @@ bin_SCRIPTS = yaz-comp EXTRA_DIST = yaz-comp cvs-date.tcl -LIBS = +AM_CPPFLAGS=-I$(top_srcdir)/include -INCLUDES =-I$(top_srcdir)/include - -libyazthread_la_INCLUDES=-I$(top_srcdir)/include - -noinst_PROGRAMS = marcdump +noinst_PROGRAMS = marcdump yaziconv marcdump_LDADD = libutil.la - marcdump_SOURCES = marcdump.c +yaziconv_LDADD = libutil.la +yaziconv_SOURCES = siconvtst.c + libutil_la_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 + xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c siconv.c #libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c