Using CFLAGS instead of INCLUDE to set C flags.
[idzebra-moved-to-github.git] / dict / Makefile.am
1 ## $Id: Makefile.am,v 1.3 2001-10-15 20:57:18 adam Exp $
2
3 noinst_LIBRARIES = libdict.a
4 noinst_PROGRAMS = dicttest dictext
5
6 INCLUDES = -I$(srcdir)/../include 
7 CFLAGS = @YAZINC@
8 LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@
9
10 libdict_a_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \
11  lookup.c lookupec.c lookgrep.c delete.c dcompact.c
12
13 dicttest_SOURCES = dicttest.c
14
15 dictext_SOURCES = dictext.c
16