Link appropriate libraries to ibus-scan.
authorYusuke Sato <yusukes@chromium.org>
Tue, 22 Mar 2011 13:36:52 +0000 (22:36 +0900)
committerYusuke Sato <yusukes@chromium.org>
Tue, 22 Mar 2011 13:36:52 +0000 (22:36 +0900)
TEST=git clone the clean tree, ran ./autogen.sh --enable-gtk-doc, then ran make.

Review URL: http://codereview.appspot.com/4289060

docs/reference/ibus/Makefile.am

index 631f9c3..bced52e 100644 (file)
@@ -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)