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,8 +1,8 @@
1# This file is part of Gint 1# This file is part of Gint
2# Copyright (C) 2010 Sergey Poznyakoff 2# Copyright (C) 2010, 2013 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
@@ -12,13 +12,13 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with this program. If not, see <http://www.gnu.org/licenses/>. 15# along with this program. If not, see <http://www.gnu.org/licenses/>.
16 16
17if GINT_COND_GUILE_OK 17if GINT_COND_GUILE_OK
18INCLUDES += @GUILE_INCLUDES@ 18AM_CPPFLAGS += @GUILE_INCLUDES@
19 19
20if GINT_COND_DOC_DISTRIB 20if GINT_COND_DOC_DISTRIB
21 EXTRA_DIST += $(DOT_X_FILES) 21 EXTRA_DIST += $(DOT_X_FILES)
22 MAINTAINERCLEANFILES += $(DOT_X_FILES) 22 MAINTAINERCLEANFILES += $(DOT_X_FILES)
23else 23else
24 DISTCLEANFILES += $(DOT_X_FILES) 24 DISTCLEANFILES += $(DOT_X_FILES)
@@ -84,9 +84,9 @@ CLEANFILES += *.inc
84 84
85.doc.inc: 85.doc.inc:
86 $(AM_V_GEN)$(top_srcdir)/$(GINT_MODULE_DIR)/extract-exports -o $@ $< 86 $(AM_V_GEN)$(top_srcdir)/$(GINT_MODULE_DIR)/extract-exports -o $@ $<
87endif 87endif
88 88
89## Add -MG to make the .x magic work with auto-dep code. 89## Add -MG to make the .x magic work with auto-dep code.
90MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 90MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
91endif 91endif
92 92

Return to:

Send suggestions and report system problems to the System administrator.