Add OID-database entries for the MARC, BIB-2 and ZeeRex attribute sets.
[yaz-moved-to-github.git] / util / Makefile.am
index 4f6ad78..33cab0c 100644 (file)
@@ -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.12 2002-08-27 14:02:13 adam Exp $
 
 noinst_LTLIBRARIES = libutil.la
 
@@ -12,17 +12,17 @@ EXTRA_DIST = yaz-comp cvs-date.tcl
 
 LIBS =
 
-INCLUDES =-I$(top_srcdir)/include
+AM_CPPFLAGS=-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