For includes specs in Makefiles use AM_CPPFLAGS instead of INCLUDE.
[idzebra-moved-to-github.git] / dict / Makefile.am
1 ## $Id: Makefile.am,v 1.6 2004-06-16 20:49:18 adam Exp $
2
3 noinst_LIBRARIES = libdict.a
4 noinst_PROGRAMS = dicttest dictext
5
6 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
7
8 LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
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