summaryrefslogtreecommitdiff
path: root/paxtest
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-01 19:07:02 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-01 19:07:02 +0200
commitcaa3acd20a02cf6cb2bbd89d79492733d850ca9c (patch)
treefc72c99e51f0659cf898573327d0b80a0cc05063 /paxtest
parentc2ae12c39ae97744f4c558dd6eee367a928a1222 (diff)
downloadpaxutils-caa3acd20a02cf6cb2bbd89d79492733d850ca9c.tar.gz
Use AM_CPPFLAGS rather than INCLUDES in Makefile.am's
Diffstat (limited to 'paxtest')
-rw-r--r--paxtest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)