X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile.am;h=9e48f41c33a7da207130ac90d92baa79baa71709;hp=4575ff9781d95615ec500209d1073ba1e82177db;hb=c00bfddbf0f3608340d61298acc61dafb167f9b2;hpb=f4767dc0b946394baeeaed3fea5b8579d170ab5e diff --git a/util/Makefile.am b/util/Makefile.am index 4575ff9..9e48f41 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,15 +1,13 @@ -## $Id: Makefile.am,v 1.36 2007-10-25 09:22:36 adam Exp $ noinst_LTLIBRARIES = libidzebra-util.la -check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres \ - tst_index_types +check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres test_strmap TESTS = $(check_PROGRAMS) -bin_SCRIPTS = idzebra-config-2.0 +bin_SCRIPTS = idzebra-config-2.0 idzebra-abs2dom -EXTRA_DIST = zebrasrv.rh tstcharmap.chr tstpass.txt tstres.cfg +EXTRA_DIST = tstcharmap.chr emptycharmap.chr tstpass.txt tstres.cfg mk_version.tcl idzebra-abs2dom DISTCLEANFILES = idzebra-config-2.0 @@ -18,7 +16,7 @@ LDADD = libidzebra-util.la $(YAZLALIB) libidzebra_util_la_SOURCES = version.c zint.c res.c charmap.c zebramap.c \ passwddb.c zebra-lock.c dirent.c xpath.c atoi_zn.c snippet.c flock.c \ - attrfind.c exit.c it_key.c su_codec.c index_types.c + attrfind.c exit.c it_key.c su_codec.c strmap.c tstpass_SOURCES = tstpass.c @@ -30,7 +28,7 @@ tstlockscope_SOURCES = tstlockscope.c tstres_SOURCES = tstres.c -tst_index_types_SOURCES = tst_index_types.c +test_strmap_SOURCES = test_strmap.c clean-local: -rm -rf *.LCK