projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0929e30
)
Link appropriate libraries to ibus-scan.
author
Yusuke Sato
<yusukes@chromium.org>
Tue, 22 Mar 2011 13:36:52 +0000
(22:36 +0900)
committer
Yusuke 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
patch
|
blob
|
history
diff --git
a/docs/reference/ibus/Makefile.am
b/docs/reference/ibus/Makefile.am
index
631f9c3
..
bced52e
100644
(file)
--- 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)