summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-03-21 21:45:38 +0000
committerMatthew Allum <mallum@openedhand.com>2007-03-21 21:45:38 +0000
commitc3c17eb1eddfadd2f915934725d4abde36e02b3d (patch)
tree48be05d5dc66c78222a114bb8085f8bf312a3e51 /doc
parent157b8d836079d2d89cdd40607a87d69d50cef2e1 (diff)
downloadclutter-gtk-c3c17eb1eddfadd2f915934725d4abde36e02b3d.tar.gz
2007-03-21 Matthew Allum <mallum@openedhand.com>
* doc/reference/Makefile.am: Fix lib path so docs build again.
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 64f3da1..8e8635e 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/libcluttergtk-1.0.la $(CLUTTER_LIBS) $(GTK_LIBS)
+GTKDOC_LIBS=$(top_builddir)/clutter-gtk/libcluttergtk-1.0.la $(CLUTTER_LIBS) $(GTK_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make