X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2FMakefile.am;fp=dict%2FMakefile.am;h=2d91aad7551ebb2c471ecf390e4fce8e69e8ccc6;hp=c6734045fbb488168eeb8090f8911dde4fca5556;hb=1c3797bc503c1e7a109c8887d89d3ddda93bba71;hpb=2a01843068a0ed80c574af6772a784efc361d003 diff --git a/dict/Makefile.am b/dict/Makefile.am index c673404..2d91aad 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,15 +1,15 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $ +## $Id: Makefile.am,v 1.2 2000-07-07 12:49:20 adam Exp $ noinst_LIBRARIES = libdict.a -## noinst_PROGRAMS = dicttest dictext +noinst_PROGRAMS = dicttest dictext INCLUDES = -I$(srcdir)/../include @YAZINC@ -LDADD = ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ +LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ libdict_a_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 -## dicttest_SOURCES = dicttest.c +dicttest_SOURCES = dicttest.c -## dictext_SOURCES = dictext.c +dictext_SOURCES = dictext.c