Revision: 6115 Author: iratqq Date: Mon Dec 7 22:44:07 2009 Log: * gtk/Makefile.am (im_uim_la_LIBADD): - Link uim-eb.lo when EB is enabled.
http://code.google.com/p/uim/source/detail?r=6115 Modified: /trunk/gtk/Makefile.am ======================================= --- /trunk/gtk/Makefile.am Mon Dec 7 20:12:36 2009 +++ /trunk/gtk/Makefile.am Mon Dec 7 22:44:07 2009 @@ -34,7 +34,7 @@ compose.c compose.h text-util.c text-util.h if EB -IM_UIM_SOURCES += ../uim/uim-eb.lo +im_uim_la_LIBADD += ../uim/libuim_eb_la-uim-eb.lo endif noinst_PROGRAMS = gtk-rc-get-immodule-file
