X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.am;h=ecce5fa75565c86cecd4cd18b8dbd676d4024283;hb=0efcca9923da4586d3c1d1c10d4afa68c894f576;hp=51395cb7ead3d7d6d4846923c872634baa17aa13;hpb=a9eae0225b1a51b0257f80d9da9f95475dd04f53;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.am b/dict/Makefile.am index 51395cb..ecce5fa 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,7 +1,10 @@ -## $Id: Makefile.am,v 1.9 2004-09-30 08:16:48 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-07-05 15:03:47 adam Exp $ -lib_LTLIBRARIES = libidzebra-dict.la +noinst_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext +check_PROGRAMS = scantest + +TESTS = $(check_PROGRAMS) AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) @@ -11,10 +14,19 @@ LDADD = libidzebra-dict.la \ ../util/libidzebra-util.la \ $(YAZLALIB) -libidzebra_dict_la_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \ - lookup.c lookupec.c lookgrep.c delete.c dcompact.c +libidzebra_dict_la_SOURCES = dopen.c dclose.c drdwr.c open.c close.c \ + insert.c lookup.c lookupec.c lookgrep.c delete.c scan.c dcompact.c \ + dict-p.h dicttest_SOURCES = dicttest.c dictext_SOURCES = dictext.c +scantest_SOURCES = scantest.c + + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +