From 7d1252fc050f22ba587c88d5a39a80ba3262d7af Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 15 Apr 2002 09:48:30 +0000 Subject: [PATCH] Using AM_CPPFLAGS instead of INCLUDES --- index/Makefile.am | 4 ++-- test/api/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index/Makefile.am b/index/Makefile.am index accf045..9b2f8ab 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -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) diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 5fd0003..0625901 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -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) -- 1.7.10.4