X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=0ec89c2c2714233ab95133bbc43216b19d660a71;hb=6ee446e1ec64b03521ffd54f0d3003686566d093;hp=449f6ec12aaa3ade23356f9cbd5ce11835279be6;hpb=42cd12e606db733d23606480a1ece262ebba77ed;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 449f6ec..0ec89c2 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.37 2007-11-06 10:30:00 adam Exp $ noinst_LTLIBRARIES = libidzebra-util.la -check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres \ - tst_index_rules +check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres 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 tstpass_SOURCES = tstpass.c @@ -30,8 +29,6 @@ tstlockscope_SOURCES = tstlockscope.c tstres_SOURCES = tstres.c -tst_index_rules_SOURCES = tst_index_rules.c - clean-local: -rm -rf *.LCK -rm -rf *.log