For includes specs in Makefiles use AM_CPPFLAGS instead of INCLUDE.
[idzebra-moved-to-github.git] / isam / Makefile.am
1 ## $Id: Makefile.am,v 1.3 2004-06-16 20:49:18 adam Exp $
2
3 noinst_LIBRARIES = libisam.a
4
5 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
6
7 LDADD = ../util/libutil.a ../bfile/libbfile.a $(YAZLIB) $(TCL_LIB)
8
9 libisam_a_SOURCES = isam.c isutil.c rootblk.c memory.c physical.c \
10  isutil.h keyops.h memory.h physical.h rootblk.h