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:
85ec75b
)
Merge double-defined im_ibus_la_LIBADD.
author
Daiki Ueno
<ueno@unixuser.org>
Thu, 31 Dec 2009 06:04:51 +0000
(15:04 +0900)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Thu, 31 Dec 2009 06:32:33 +0000
(14:32 +0800)
client/gtk2/Makefile.am
patch
|
blob
|
history
diff --git
a/client/gtk2/Makefile.am
b/client/gtk2/Makefile.am
index ca2db11e2452c75e147ef32d1637a564f1d6feee..59b2b0b4b3c0717e7ba90117b40b2974efb8a471 100644
(file)
--- a/
client/gtk2/Makefile.am
+++ b/
client/gtk2/Makefile.am
@@
-37,7
+37,6
@@
im_ibus_la_SOURCES = \
$(NULL)
im_ibus_la_DEPENDENCIES = $(libibus)
-im_ibus_la_LIBADD = $(libibus)
im_ibus_la_CFLAGS = \
@GTK2_CFLAGS@ \
@@
-48,6
+47,7
@@
im_ibus_la_CFLAGS = \
im_ibus_la_LIBADD = \
@GTK2_LIBS@ \
@DBUS_LIBS@ \
+ $(libibus) \
$(NULL)
im_ibus_la_LDFLAGS = \
-avoid-version \