For includes specs in Makefiles use AM_CPPFLAGS instead of INCLUDE.
[idzebra-moved-to-github.git] / isamc / Makefile.am
index 7c0cb4f..7e13e43 100644 (file)
@@ -1,9 +1,9 @@
-## $Id: Makefile.am,v 1.3 2002-08-17 08:00:28 adam Exp $
+## $Id: Makefile.am,v 1.4 2004-06-16 20:49:18 adam Exp $
 
 noinst_LIBRARIES = libisamc.a
 
 libisamc_a_SOURCES = isamc.c isamd.c merge.c merge-d.c isamc-p.h isamd-p.h
 
-INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../index @YAZINC@
+AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../index $(YAZINC)
 
 LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLIB) $(TCL_LIB)