From 30b130f169fcb3d7020ad9312402017ea9e823c7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 21 Aug 2014 16:04:35 +0100 Subject: build: Drop INCLUDES directives They have been long since deprecated by AM_CPPFLAGS and AM_CFLAGS. --- doc/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1