[gtksourceview] Automake: don't use INCLUDES (deprecated)
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Automake: don't use INCLUDES (deprecated)
- Date: Fri, 14 Jun 2013 11:10:19 +0000 (UTC)
commit 96b7cfa62bc9de5c7527cf37ae367abe51a90a60
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Jun 14 13:07:08 2013 +0200
Automake: don't use INCLUDES (deprecated)
gtksourceview/Makefile.am | 2 +-
.../completion-providers/words/Makefile.am | 2 +-
tests/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index ab68829..53cdbef 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -4,7 +4,7 @@ endif
@GNOME_CODE_COVERAGE_RULES@
-INCLUDES = \
+AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"GtkSourceView\"\
-I$(top_srcdir) -I$(srcdir) \
diff --git a/gtksourceview/completion-providers/words/Makefile.am
b/gtksourceview/completion-providers/words/Makefile.am
index 8035fef..863abc6 100644
--- a/gtksourceview/completion-providers/words/Makefile.am
+++ b/gtksourceview/completion-providers/words/Makefile.am
@@ -1,6 +1,6 @@
@GNOME_CODE_COVERAGE_RULES@
-INCLUDES = \
+AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"GtkSourceView\"\
-I$(top_srcdir) -I$(srcdir) \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aaeb7d7..ef30933 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
@GNOME_CODE_COVERAGE_RULES@
-INCLUDES = \
+AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"GtkSourceView\"\
-I$(top_srcdir) -I$(srcdir) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]