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