X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=33cab0c287dccf5513f56b08d74b53c8e3da95f9;hb=ac5f8ad9508f5b3ada38117b0da7ae23c650ab1e;hp=010e9cc4acd0541360036167994954ccadb6060b;hpb=8e4eabe621f8b8195faa6625a38a2e1ae7b68aa1;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 010e9cc..33cab0c 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ -## Copyright (C) 1994-2000, Index Data +## Copyright (C) 1994-2001, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.8 2000-11-23 10:58:33 adam Exp $ +## $Id: Makefile.am,v 1.12 2002-08-27 14:02:13 adam Exp $ noinst_LTLIBRARIES = libutil.la @@ -8,21 +8,21 @@ noinst_LTLIBRARIES = libutil.la bin_SCRIPTS = yaz-comp -EXTRA_DIST = yaz-comp +EXTRA_DIST = yaz-comp cvs-date.tcl LIBS = -INCLUDES =-I$(srcdir)/../include +AM_CPPFLAGS=-I$(top_srcdir)/include -libyazthread_la_INCLUDES=-I$(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