aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-18 12:59:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-18 12:59:22 +0200
commitfd86bf7d44b0c970771830692ae7491447ebe8b1 (patch)
tree9f46b956905f485d5d02e20fcd28595a2f887af1
parenta0b07275561bb40167e1359f9d32a07e67d31b77 (diff)
downloadgint-fd86bf7d44b0c970771830692ae7491447ebe8b1.tar.gz
gint-fd86bf7d44b0c970771830692ae7491447ebe8b1.tar.bz2
Makefile.am: Replace INCLUDES with AM_CPPFLAGS
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e2ea0bd..1836b52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ noinst_SCRIPTS = snarf-doc-filter
else
noinst_PROGRAMS = clexer
clexer_SOURCES = clexer.l
-INCLUDES = @GINT_INCLUDES@
+AM_CPPFLAGS = @GINT_INCLUDES@
LDADD = @GINT_LDADD@
endif
endif

Return to:

Send suggestions and report system problems to the System administrator.