X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile.am;h=fe35a2b235b53923ea419eff3cff07324ba6c4ff;hp=617216f4125945e4aa5e507a208cf4043653ce74;hb=bb21d5de34172cc99fee20e60192b5df9975fa91;hpb=3fcc65de3bb8ac7af03900dccf23a5b1219b2e8e diff --git a/util/Makefile.am b/util/Makefile.am index 617216f..fe35a2b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,14 +1,13 @@ -## $Id: Makefile.am,v 1.33 2007-08-27 17:22:22 adam Exp $ noinst_LTLIBRARIES = libidzebra-util.la -check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres +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 = zebrasrv.rh tstcharmap.chr emptycharmap.chr tstpass.txt tstres.cfg mk_version.tcl idzebra-abs2dom DISTCLEANFILES = idzebra-config-2.0 @@ -17,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 + attrfind.c exit.c it_key.c su_codec.c strmap.c tstpass_SOURCES = tstpass.c @@ -29,6 +28,8 @@ tstlockscope_SOURCES = tstlockscope.c tstres_SOURCES = tstres.c +test_strmap_SOURCES = test_strmap.c + clean-local: -rm -rf *.LCK -rm -rf *.log