summaryrefslogtreecommitdiff
path: root/paxtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'paxtest/Makefile.am')
-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)