telepathy-logger: Replace deprecated INCLUDES with AM_CPPFLAGS

Simon McVittie smcv at kemper.freedesktop.org
Thu Nov 7 19:41:30 CET 2013


Module: telepathy-logger
Branch: master
Commit: d7183392266bed1ef23ce929fe4fdc59bc577865
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=d7183392266bed1ef23ce929fe4fdc59bc577865

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Oct 31 14:14:56 2013 +0000

Replace deprecated INCLUDES with AM_CPPFLAGS

(cherry picked from commit 87b42a1950b66a9f1ecec70566c60e4caafd7198)

Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100

---

 doc/reference/libtelepathy-logger/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am
index f2ff66b..949e69b 100644
--- a/doc/reference/libtelepathy-logger/Makefile.am
+++ b/doc/reference/libtelepathy-logger/Makefile.am
@@ -98,9 +98,9 @@ expand_content_files=
 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
 # signals and properties.
-# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES= \
+AM_CPPFLAGS = \
 	-I$(top_srcdir) -I$(top_builddir) \
 	$(TPL_CFLAGS)
 GTKDOC_LIBS= \



More information about the telepathy-commits mailing list