From 055e05fdee319caed7a969073923627baa91b54d Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Fri, 30 May 2014 11:11:29 +0200 Subject: [PATCH] Cleanup glib/reference/Makefile.am https://bugs.freedesktop.org/show_bug.cgi?id=79411 --- glib/reference/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glib/reference/Makefile.am b/glib/reference/Makefile.am index b01192d..3f772df 100644 --- a/glib/reference/Makefile.am +++ b/glib/reference/Makefile.am @@ -67,7 +67,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)/glib -I$(top_builddir)/glib \ +GTKDOC_CFLAGS= \ + -I$(top_srcdir)/glib -I$(top_builddir)/glib \ $(CAIRO_CFLAGS) \ $(POPPLER_GLIB_CFLAGS) \ $(FREETYPE_CFLAGS) -- 1.8.3.2