diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-16 17:39:42 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-16 17:39:42 +0900 |
commit | 58ba3d48d0123552ff8404dcc764313482d6e3f3 (patch) | |
tree | 4b8bf852a2af1fbc6632d5c44fdf10cf81d262c7 /doc | |
parent | bdd047cf3e2bae8c8065ca380a1b499d25489a60 (diff) | |
download | glade-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.am | 2 |
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 |