X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2FMakefile.am;h=ff21250dd2d762b7f5c7582892a111984f067aff;hp=1cfa222d413f1d9047edd049130566ccf4d19db0;hb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;hpb=22b93084b7bbc50e5f13890551cfc1c0678a8e03 diff --git a/dict/Makefile.am b/dict/Makefile.am index 1cfa222..ff21250 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,7 +1,10 @@ -## $Id: Makefile.am,v 1.8 2004-08-30 21:36:53 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) @@ -9,12 +12,15 @@ 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 +