summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-07-30 14:18:44 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2013-07-31 10:09:34 +0200
commit469ea1e1fab91df489399fe42ce760d6eb7d2b6e (patch)
treec72e375eff5691778bf2b6918f562673165ab925 /docs
parent199d3a06471ab035215a661602fc7dc3550fbf3f (diff)
downloadlibgdata-469ea1e1fab91df489399fe42ce760d6eb7d2b6e.tar.gz
build: Use AM_C[PP]FLAGS instead of INCLUDES
Let’s live in the future.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index ecfa9a52..c230d5e6 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -86,7 +86,8 @@ expand_content_files=
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GDATA_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
+AM_CFLAGS = $(GDATA_CFLAGS)
GTKDOC_LIBS=$(top_builddir)/gdata/libgdata.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.