Using AM_CPPFLAGS instead of INCLUDES
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Apr 2002 09:48:30 +0000 (09:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Apr 2002 09:48:30 +0000 (09:48 +0000)
index/Makefile.am
test/api/Makefile.am

index accf045..9b2f8ab 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.12 2002-04-12 14:40:42 adam Exp $
+## $Id: Makefile.am,v 1.13 2002-04-15 09:48:30 adam Exp $
 
 noinst_PROGRAMS = apitest kdump
 
@@ -29,7 +29,7 @@ zebrasrv_SOURCES = zserver.c
 apitest_SOURCES = apitest.c
 kdump_SOURCES=kdump.c kcompare.c
 
-INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)
 
 LDADD = libzebra.a $(YAZLIB) $(TCL_LIB)
 
index 5fd0003..0625901 100644 (file)
@@ -6,6 +6,6 @@ EXTRA_DIST=t1.cfg t2.cfg
 t1_SOURCES = t1.c
 t2_SOURCES = t2.c
 
-INCLUDES = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
+AM_CPPFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
 
 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)