X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2FMakefile.am;h=ff21250dd2d762b7f5c7582892a111984f067aff;hp=51395cb7ead3d7d6d4846923c872634baa17aa13;hb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;hpb=a9eae0225b1a51b0257f80d9da9f95475dd04f53 diff --git a/dict/Makefile.am b/dict/Makefile.am index 51395cb..ff21250 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.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) @@ -11,10 +14,13 @@ 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 +