X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2FMakefile.am;h=4441f0fa3e51b7048b9a8ab394f26b73f8e21df7;hp=1cfa222d413f1d9047edd049130566ccf4d19db0;hb=1c36b136d275beda5800fe1a36022b29195ab30b;hpb=22b93084b7bbc50e5f13890551cfc1c0678a8e03 diff --git a/dict/Makefile.am b/dict/Makefile.am index 1cfa222..4441f0f 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,7 +1,9 @@ -## $Id: Makefile.am,v 1.8 2004-08-30 21:36:53 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) @@ -9,12 +11,21 @@ LDADD = libidzebra-dict.la \ ../bfile/libidzebra-bfile.la \ ../dfa/libidzebra-dfa.la \ ../util/libidzebra-util.la \ - $(TCL_LIB) $(YAZLALIB) + $(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 +