X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2FMakefile.am;h=ff21250dd2d762b7f5c7582892a111984f067aff;hp=105ad883c569069f76c36d2175208a2eeba5cdc5;hb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;hpb=cb007c6145b0dbb3fcbe9826f081650becf9a05c diff --git a/dict/Makefile.am b/dict/Makefile.am index 105ad88..ff21250 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,20 +1,26 @@ -## $Id: Makefile.am,v 1.7 2004-08-24 10:37:18 adam Exp $ +## $Id: Makefile.am,v 1.11 2004-12-08 12:23:08 adam Exp $ lib_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext +check_PROGRAMS = scantest + +TESTS = $(check_PROGRAMS) AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) LDADD = libidzebra-dict.la \ - ../util/libidzebra-util.la \ ../bfile/libidzebra-bfile.la \ ../dfa/libidzebra-dfa.la \ - $(TCL_LIB) $(YAZLALIB) + ../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 +