X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=4575ff9781d95615ec500209d1073ba1e82177db;hb=e9f4ac05ebcdf0bf3497e62d0f70e9b643d9cc80;hp=449f6ec12aaa3ade23356f9cbd5ce11835279be6;hpb=42cd12e606db733d23606480a1ece262ebba77ed;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 449f6ec..4575ff9 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,9 +1,9 @@ -## $Id: Makefile.am,v 1.35 2007-10-24 13:55:55 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 + 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