summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:14:56 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 18:23:20 +0000
commitd7183392266bed1ef23ce929fe4fdc59bc577865 (patch)
tree8776e9aa35f2989ea52cfd793a5fb3fdc4c946c4
parentb233a20307fad6d3d305a3cbadb71aa14c95c343 (diff)
downloadtelepathy-logger-d7183392266bed1ef23ce929fe4fdc59bc577865.tar.gz
Replace deprecated INCLUDES with AM_CPPFLAGS
(cherry picked from commit 87b42a1950b66a9f1ecec70566c60e4caafd7198) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
-rw-r--r--doc/reference/libtelepathy-logger/Makefile.am4
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= \