From 364b1f5f12e844b1d07ab0ac6793512547a54fec Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 8 Sep 2008 11:49:41 +0200 Subject: [PATCH] include top_builddir We're installing a generated header these days --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index cf3c9fa9..50b2197b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -202,7 +202,7 @@ 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=$(SWFDEC_GTK_CFLAGS) $(CAIRO_CFLAGS) +INCLUDES=$(SWFDEC_GTK_CFLAGS) $(CAIRO_CFLAGS) -I$(top_builddir) GTKDOC_LIBS=$(SWFDEC_GTK_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. -- 2.11.4.GIT