From a6680b6accb4e992174a74c486a4f3c0fb0df0f6 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Fri, 3 Aug 2007 09:14:34 +0000 Subject: [PATCH] Fix documentation building --- ChangeLog | 5 +++++ doc/reference/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3604f8f..b75f358 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-03 Chris Lord,,, + + * doc/reference/Makefile.am: + Fix documentation building + 2007-07-18 Neil J. Patel * examples/Makefile.am: diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 8e8635e..ed4fd5b 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -69,7 +69,7 @@ expand_content_files= # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) INCLUDES=-I$(top_srcdir) $(CLUTTER_CFLAGS) $(GTK_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/clutter-gtk/libcluttergtk-1.0.la $(CLUTTER_LIBS) $(GTK_LIBS) +GTKDOC_LIBS=$(top_builddir)/clutter-gtk/libclutter-gtk-$(CLUTTER_GTK_MAJOR_VERSION).$(CLUTTER_GTK_MINOR_VERSION).la $(CLUTTER_LIBS) $(GTK_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make -- 1.7.9.5