summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2007-08-03 09:14:34 +0000
committerChris Lord <chris@openedhand.com>2007-08-03 09:14:34 +0000
commita6680b6accb4e992174a74c486a4f3c0fb0df0f6 (patch)
tree34c867f836016b858d5a16268d01353711705fec /doc
parent0e81f73b8878e07f5d0f6e14bb16acfcc54f2246 (diff)
downloadclutter-gtk-a6680b6accb4e992174a74c486a4f3c0fb0df0f6.tar.gz
Fix documentation building
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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