X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.am;h=51395cb7ead3d7d6d4846923c872634baa17aa13;hb=6ec32a146d639c16e9929435fdbfd8d915e918b3;hp=2d91aad7551ebb2c471ecf390e4fce8e69e8ccc6;hpb=1c3797bc503c1e7a109c8887d89d3ddda93bba71;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.am b/dict/Makefile.am index 2d91aad..51395cb 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,12 +1,17 @@ -## $Id: Makefile.am,v 1.2 2000-07-07 12:49:20 adam Exp $ +## $Id: Makefile.am,v 1.9 2004-09-30 08:16:48 adam Exp $ -noinst_LIBRARIES = libdict.a +lib_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext -INCLUDES = -I$(srcdir)/../include @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 \ + ../bfile/libidzebra-bfile.la \ + ../dfa/libidzebra-dfa.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 dicttest_SOURCES = dicttest.c