From a0b07275561bb40167e1359f9d32a07e67d31b77 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 18 Dec 2013 12:39:51 +0200 Subject: Use AM_CPPFLAGS instead of INCLUDES --- gint.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gint.mk') diff --git a/gint.mk b/gint.mk index b8d03f3..250121d 100644 --- a/gint.mk +++ b/gint.mk @@ -1,5 +1,5 @@ # This file is part of Gint -# Copyright (C) 2010 Sergey Poznyakoff +# Copyright (C) 2010, 2013 Sergey Poznyakoff # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # along with this program. If not, see . if GINT_COND_GUILE_OK -INCLUDES += @GUILE_INCLUDES@ +AM_CPPFLAGS += @GUILE_INCLUDES@ if GINT_COND_DOC_DISTRIB EXTRA_DIST += $(DOT_X_FILES) @@ -87,6 +87,6 @@ CLEANFILES += *.inc 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 -- cgit v1.2.1