summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-16 17:39:42 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-16 17:39:42 +0900
commit58ba3d48d0123552ff8404dcc764313482d6e3f3 (patch)
tree4b8bf852a2af1fbc6632d5c44fdf10cf81d262c7 /doc
parentbdd047cf3e2bae8c8065ca380a1b499d25489a60 (diff)
downloadglade-58ba3d48d0123552ff8404dcc764313482d6e3f3.tar.gz
* doc/Makefile.am: For master branch, change doc build to link against libgladeui-2 library.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e33714b2..2c6ed4d2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -100,7 +100,7 @@ GTKDOC_CFLAGS= \
-I$(top_builddir) \
`pkg-config --cflags gtk+-2.0`
-GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-1.la
+GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-2.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make