From 87b42a1950b66a9f1ecec70566c60e4caafd7198 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Oct 2013 14:14:56 +0000 Subject: [PATCH 09/17] Replace deprecated INCLUDES with AM_CPPFLAGS --- docs/reference/libtelepathy-logger/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/libtelepathy-logger/Makefile.am b/docs/reference/libtelepathy-logger/Makefile.am index 472e6b2..23a04fa 100644 --- a/docs/reference/libtelepathy-logger/Makefile.am +++ b/docs/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= \ -- 1.8.4.rc3