summaryrefslogtreecommitdiff
path: root/rmt
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 /rmt
parentc2ae12c39ae97744f4c558dd6eee367a928a1222 (diff)
downloadpaxutils-caa3acd20a02cf6cb2bbd89d79492733d850ca9c.tar.gz
Use AM_CPPFLAGS rather than INCLUDES in Makefile.am's
Diffstat (limited to 'rmt')
-rw-r--r--rmt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmt/Makefile.am b/rmt/Makefile.am
index 37f621a..e1db685 100644
--- a/rmt/Makefile.am
+++ b/rmt/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_PROGRAMS = rmt
rmt_SOURCES = rmt.c
-INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib
+AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib
LDADD = ../gnu/libgnu.a $(LIBINTL)