aboutsummaryrefslogtreecommitdiff
path: root/gint.mk
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-18 12:39:51 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-18 12:39:51 +0200
commita0b07275561bb40167e1359f9d32a07e67d31b77 (patch)
tree62492889d31c5afc23d9a49d983d1082596f518d /gint.mk
parentb39efd37a7fbf478072c72f82b4310c8620a4cea (diff)
downloadgint-a0b07275561bb40167e1359f9d32a07e67d31b77.tar.gz
gint-a0b07275561bb40167e1359f9d32a07e67d31b77.tar.bz2
Use AM_CPPFLAGS instead of INCLUDES
Diffstat (limited to 'gint.mk')
-rw-r--r--gint.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/gint.mk b/gint.mk
index b8d03f3..250121d 100644
--- a/gint.mk
+++ b/gint.mk
@@ -1,3 +1,3 @@
# This file is part of Gint
-# Copyright (C) 2010 Sergey Poznyakoff
+# Copyright (C) 2010, 2013 Sergey Poznyakoff
#
@@ -17,3 +17,3 @@
if GINT_COND_GUILE_OK
-INCLUDES += @GUILE_INCLUDES@
+AM_CPPFLAGS += @GUILE_INCLUDES@
@@ -89,3 +89,3 @@ endif
## Add -MG to make the .x magic work with auto-dep code.
-MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
endif

Return to:

Send suggestions and report system problems to the System administrator.