X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.am;h=105ad883c569069f76c36d2175208a2eeba5cdc5;hb=3e8db66d56c466a5a269362eb70b4931d9579128;hp=4552c6ec5e01720c55b10aeac519acb8d56557bb;hpb=50dbe0d73a13e5c700124b4511251eaeecc5342a;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.am b/dict/Makefile.am index 4552c6e..105ad88 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,13 +1,17 @@ -## $Id: Makefile.am,v 1.3 2001-10-15 20:57:18 adam Exp $ +## $Id: Makefile.am,v 1.7 2004-08-24 10:37:18 adam Exp $ -noinst_LIBRARIES = libdict.a +lib_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext -INCLUDES = -I$(srcdir)/../include -CFLAGS = @YAZINC@ -LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -libdict_a_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \ +LDADD = libidzebra-dict.la \ + ../util/libidzebra-util.la \ + ../bfile/libidzebra-bfile.la \ + ../dfa/libidzebra-dfa.la \ + $(TCL_LIB) $(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 dicttest_SOURCES = dicttest.c