Simple iconv library
[yaz-moved-to-github.git] / util / Makefile.am
1 ## Copyright (C) 1994-2001, Index Data
2 ## All rights reserved.
3 ## $Id: Makefile.am,v 1.12 2002-08-27 14:02:13 adam Exp $
4
5 noinst_LTLIBRARIES = libutil.la
6
7 #lib_LTLIBRARIES = libyazthread.la
8
9 bin_SCRIPTS = yaz-comp
10
11 EXTRA_DIST = yaz-comp cvs-date.tcl
12
13 LIBS =
14
15 AM_CPPFLAGS=-I$(top_srcdir)/include
16
17 noinst_PROGRAMS = marcdump yaziconv
18
19 marcdump_LDADD = libutil.la 
20 marcdump_SOURCES = marcdump.c
21
22 yaziconv_LDADD = libutil.la 
23 yaziconv_SOURCES = siconvtst.c
24
25 libutil_la_SOURCES=options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c \
26    xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c siconv.c
27
28 #libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c