[geany/geany] 71093f: Autotools: replace use of deprecated INCLUDES in favor to AM_CPPFLAGS
Colomban Wendling
git-noreply at xxxxx
Fri Mar 15 15:48:33 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 15 Mar 2013 15:48:33 UTC
Commit: 71093fec6292a73cc91cb8be795d7adb5a4f87ca
https://github.com/geany/geany/commit/71093fec6292a73cc91cb8be795d7adb5a4f87ca
Log Message:
-----------
Autotools: replace use of deprecated INCLUDES in favor to AM_CPPFLAGS
Modified Paths:
--------------
scintilla/Makefile.am
src/Makefile.am
Modified: scintilla/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -122,7 +122,7 @@ $(LEXER_SRCS)
libscintilla_a_SOURCES = $(SRCS)
-INCLUDES=-I$(top_srcdir) -I$(srcdir)/include -I$(srcdir)/src -I$(srcdir)/lexlib @GTK_CFLAGS@
+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/include -I$(srcdir)/src -I$(srcdir)/lexlib @GTK_CFLAGS@
marshallers: gtk/scintilla-marshal.list
glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --header > gtk/scintilla-marshal.h
Modified: src/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -76,7 +76,7 @@ geany_include_HEADERS = \
utils.h
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/scintilla/include \
-I$(top_srcdir)/tagmanager/src \
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list