X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=57c69aa0b36206ad3dfc3b89bf9835701ed792a6;hb=707cc9ebfa7f462ec58a31cfbad4c1a09fecfa00;hp=449f6ec12aaa3ade23356f9cbd5ce11835279be6;hpb=42cd12e606db733d23606480a1ece262ebba77ed;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 449f6ec..57c69aa 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,9 +1,8 @@ -## $Id: Makefile.am,v 1.35 2007-10-24 13:55:55 adam Exp $ +## $Id: Makefile.am,v 1.38 2007-12-02 11:30:28 adam Exp $ noinst_LTLIBRARIES = libidzebra-util.la -check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres \ - tst_index_rules +check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres test_strmap TESTS = $(check_PROGRAMS) @@ -18,7 +17,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_rules.c + attrfind.c exit.c it_key.c su_codec.c strmap.c tstpass_SOURCES = tstpass.c @@ -30,7 +29,7 @@ tstlockscope_SOURCES = tstlockscope.c tstres_SOURCES = tstres.c -tst_index_rules_SOURCES = tst_index_rules.c +test_strmap_SOURCES = test_strmap.c clean-local: -rm -rf *.LCK