From bccae5a5201a6d08925f15d41b2b4ca31cac878d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Feb 2009 14:56:35 +0100 Subject: Getting the dirs right --- docs/reference/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/reference/Makefile.am') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 1bb6b68..853c97e 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -67,8 +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_builddir)/libindicate $(LIBINDICATE_CFLAGS) -GTKDOC_LIBS= +INCLUDES=-I$(top_srcdir) $(LIBINDICATE_CFLAGS) +GTKDOC_LIBS=$(top_builddir)/libindicate/libindicate.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make -- cgit v1.2.3