summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-09-03 09:03:39 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-09-03 09:03:39 +0100
commit6f29e6f406d36929c06abc8be83fda6ff8e97490 (patch)
treecd37f2f5b87687b92861e901333c1055412f9172 /doc
parentf01c28259f33d089b0c3b313facc2111d3e7ce16 (diff)
downloadcogl-6f29e6f406d36929c06abc8be83fda6ff8e97490.tar.gz
build: Enable subdir-objects
Depend on a more recent version of automake, and use the forward-compatible subdir-objects option.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/cogl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/cogl/Makefile.am b/doc/reference/cogl/Makefile.am
index 1dc050fb..64d19924 100644
--- a/doc/reference/cogl/Makefile.am
+++ b/doc/reference/cogl/Makefile.am
@@ -136,7 +136,8 @@ 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) -I$(top_builddir)/cogl -DCOGL_ENABLE_EXPERIMENTAL_API $(COGL_DEP_CFLAGS)
+AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir)/cogl -DCOGL_ENABLE_EXPERIMENTAL_API
+AM_CFLAGS=$(COGL_DEP_CFLAGS)
GTKDOC_LIBS=$(top_builddir)/cogl/libcogl.la $(COGL_DEP_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.