X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=util%2FMakefile.am;h=4575ff9781d95615ec500209d1073ba1e82177db;hb=6d0a142a5e3a35b4508a75226758ca918633440d;hp=620121a1b8d91d3c7a78ceac9f41a1e07bbfbdbe;hpb=570bf3746bef524124e2a90a2999981a1c734b20;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 620121a..4575ff9 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,9 +1,9 @@ -## $Id: Makefile.am,v 1.34 2007-10-23 12:26:26 adam Exp $ +## $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_rules + tst_index_types TESTS = $(check_PROGRAMS) @@ -18,7 +18,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 rob_regexp.c + attrfind.c exit.c it_key.c su_codec.c index_types.c tstpass_SOURCES = tstpass.c @@ -30,7 +30,7 @@ tstlockscope_SOURCES = tstlockscope.c tstres_SOURCES = tstres.c -tst_index_rules_SOURCES = tst_index_rules.c +tst_index_types_SOURCES = tst_index_types.c clean-local: -rm -rf *.LCK