aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-29 16:49:30 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-29 16:49:30 +0200
commit61cb995c7548bc5b0b00c06db5628b177f7231b0 (patch)
treec4e7adb6f804193f8c1c8b941c22e057b781cb94 /tests/Makefile.am
parentc74354f4013e4cd9240ee05ed7b8574d79c77eeb (diff)
downloadgrecs-61cb995c7548bc5b0b00c06db5628b177f7231b0.tar.gz
grecs-61cb995c7548bc5b0b00c06db5628b177f7231b0.tar.bz2
Use AM_CPPFLAGS instead of the INCLUDES in Makefiles.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 28e70f9..fc6264e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -138,7 +138,7 @@ noinst_PROGRAMS = \
gcfver
LDADD = @GRECS_LDADD@ $(LIBINTL)
-INCLUDES = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@
+AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@

Return to:

Send suggestions and report system problems to the System administrator.