summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYusuke Sato <yusukes@chromium.org>2011-03-22 22:36:52 +0900
committerYusuke Sato <yusukes@chromium.org>2011-03-22 22:36:52 +0900
commit597820e6ad9f59f596aec6f714ca6b37f2a991c6 (patch)
tree1b98ad89dd8800fb6e777b709d97144618d6a624 /docs
parent0929e30b91dbb7955c9f90e058bb644ff946298d (diff)
downloadibus-597820e6ad9f59f596aec6f714ca6b37f2a991c6.tar.gz
Link appropriate libraries to ibus-scan.
TEST=git clone the clean tree, ran ./autogen.sh --enable-gtk-doc, then ran make. Review URL: http://codereview.appspot.com/4289060
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ibus/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/ibus/Makefile.am b/docs/reference/ibus/Makefile.am
index 631f9c30..bced52e3 100644
--- a/docs/reference/ibus/Makefile.am
+++ b/docs/reference/ibus/Makefile.am
@@ -85,6 +85,10 @@ GTKDOC_CFLAGS= \
-I$(top_builddir)/src \
$(NULL)
GTKDOC_LIBS= \
+ @GLIB2_LIBS@ \
+ @GOBJECT2_LIBS@ \
+ @GIO2_LIBS@ \
+ @DBUS_LIBS@ \
$(top_builddir)/src/libibus-@IBUS_API_VERSION@.la \
$(NULL)