X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=33cab0c287dccf5513f56b08d74b53c8e3da95f9;hb=bcd8713c9df99fb20caf4c8226599d12229f07b2;hp=e40c729a3263e98f038a80790c9bb6135391e166;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index e40c729..33cab0c 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,16 +1,28 @@ -## Copyright (C) 1994-2000, Index Data +## Copyright (C) 1994-2001, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.6 2000-04-05 07:39:55 adam Exp $ +## $Id: Makefile.am,v 1.12 2002-08-27 14:02:13 adam Exp $ noinst_LTLIBRARIES = libutil.la +#lib_LTLIBRARIES = libyazthread.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 + +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