[gedit] Use AM_CPPFLAGS instead of INCLUDES
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use AM_CPPFLAGS instead of INCLUDES
- Date: Sun, 21 Jul 2013 09:03:07 +0000 (UTC)
commit df83ef2e0faa57f56520bdfab0e42c798d18af83
Author: Paolo Borelli <pborelli gnome org>
Date: Sun Jul 21 10:37:48 2013 +0200
Use AM_CPPFLAGS instead of INCLUDES
gedit/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index 9bbb532..743ce39 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -5,7 +5,7 @@ noinst_LTLIBRARIES = libgedit.la
pkglib_LTLIBRARIES = libgedit-private.la
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(srcdir) \
-I$(top_srcdir)/libgd \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]