X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=5d908210ddca879d9b4ea79b67e3c67088d93a23;hb=695e6df9fce9b838cb3fe8f49b211ed99943caef;hp=690bece8697c43b30bab52b52bd84ca98e418465;hpb=986cee5f65c6f0d5dde92b7fe2977a4532ecd3f9;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 690bece..5d90821 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,16 +1,18 @@ -## Copyright (C) 1994-2000, Index Data +## Copyright (C) 1994-2001, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.7 2000-05-18 11:57:05 adam Exp $ +## $Id: Makefile.am,v 1.11 2002-04-15 09:44:44 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 @@ -20,3 +22,5 @@ marcdump_SOURCES = marcdump.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 + +#libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c