summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-08-21 16:04:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2014-08-21 16:04:35 +0100
commit30b130f169fcb3d7020ad9312402017ea9e823c7 (patch)
treee60d9bf0da7749e21360dc98865d58e5818dd35c /doc
parenteb6d8aeb06140e8c185789d9d8aaee5e55c1fee5 (diff)
downloadclutter-gtk-30b130f169fcb3d7020ad9312402017ea9e823c7.tar.gz
build: Drop INCLUDES directives
They have been long since deprecated by AM_CPPFLAGS and AM_CFLAGS.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 1e800e8..345e51d 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -74,7 +74,7 @@ expand_content_files=
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=-I$(top_srcdir) $(CLUTTER_GTK_DEPS_CFLAGS)
+AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(CLUTTER_GTK_DEPS_CFLAGS)
GTKDOC_LIBS=$(top_builddir)/clutter-gtk/libclutter-gtk-$(CLUTTER_GTK_API_VERSION).la $(CLUTTER_GTK_DEPS_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.