Author: yamakenz
Date: Mon Sep 17 07:53:54 2007
New Revision: 4976

Modified:
   trunk/helper/Makefile.am

Log:
* helper/Makefile.am
  - (uim_pref_gtk_LDADD): Add libuim-x-util.la to fix the build
    error. Thanks the anonymous


Modified: trunk/helper/Makefile.am
==============================================================================
--- trunk/helper/Makefile.am    (original)
+++ trunk/helper/Makefile.am    Mon Sep 17 07:53:54 2007
@@ -98,6 +98,9 @@
 uim_pref_gtk_LDADD    = @GTK2_LIBS@ $(top_builddir)/uim/libuim-custom.la \
                        $(top_builddir)/uim/libuim-scm.la \
                        $(top_builddir)/uim/libuim.la
+if LIBUIM_X_UTIL
+uim_pref_gtk_LDADD += $(top_builddir)/uim/libuim-x-util.la
+endif
 uim_pref_gtk_CPPFLAGS = $(helper_defs) -I$(top_srcdir) -I$(top_builddir)
 uim_pref_gtk_CFLAGS   = @GTK2_CFLAGS@ -Wall
 endif

Reply via email to