From caa3acd20a02cf6cb2bbd89d79492733d850ca9c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Dec 2012 19:07:02 +0200 Subject: Use AM_CPPFLAGS rather than INCLUDES in Makefile.am's --- paxtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paxtest') diff --git a/paxtest/Makefile.am b/paxtest/Makefile.am index c4efa8b..1f10545 100644 --- a/paxtest/Makefile.am +++ b/paxtest/Makefile.am @@ -22,7 +22,7 @@ noinst_PROGRAMS = paxtest paxtest_SOURCES = paxtest.c noinst_HEADERS = paxtest.h -INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I../lib -I../paxlib +AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I../lib -I../paxlib LDADD = ../paxlib/libpax.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV) -- cgit v1.2.1