[uim-commit] r565 - trunk/helper

makeinu at freedesktop.org makeinu at freedesktop.org
Sun Feb 6 00:15:26 PST 2005


Author: makeinu
Date: 2005-02-06 00:15:17 -0800 (Sun, 06 Feb 2005)
New Revision: 565

Modified:
   trunk/helper/Makefile.am
Log:
* helper/Makefile.am
  - Rename uim-dict to uim-dict-gtk.


Modified: trunk/helper/Makefile.am
===================================================================
--- trunk/helper/Makefile.am	2005-02-06 05:00:35 UTC (rev 564)
+++ trunk/helper/Makefile.am	2005-02-06 08:15:17 UTC (rev 565)
@@ -40,7 +40,7 @@
 bin_PROGRAMS = uim-candwin-gtk uim-toolbar-gtk uim-toolbar-gtk-systray uim-im-switcher-gtk uim-input-pad-ja
 
 if DICT
-bin_PROGRAMS += uim-dict
+bin_PROGRAMS += uim-dict-gtk
 endif
 
 if GTK2_4
@@ -81,10 +81,10 @@
 endif
 
 if DICT
-uim_dict_SOURCES  = dict-main-gtk.c dict-anthy.c dict-anthy.h dict-canna.c dict-canna.h dict-word-win-gtk.c dict-word-win-gtk.h dict-word-list-win-gtk.c dict-word-list-win-gtk.h dict-util.c dict-util.h dict-word-list-view-gtk.c dict-word-list-view-gtk.h dict-word.c dict-word.h dict-dict.c dict-dict.h dict-cclass-dialog.c dict-cclass-dialog.h
-uim_dict_LDADD    = @GTK2_LIBS@ $(top_builddir)/uim/libuim.la
-uim_dict_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
-uim_dict_CFLAGS   = @GTK2_CFLAGS@
+uim_dict_gtk_SOURCES  = dict-main-gtk.c dict-anthy.c dict-anthy.h dict-canna.c dict-canna.h dict-word-win-gtk.c dict-word-win-gtk.h dict-word-list-win-gtk.c dict-word-list-win-gtk.h dict-util.c dict-util.h dict-word-list-view-gtk.c dict-word-list-view-gtk.h dict-word.c dict-word.h dict-dict.c dict-dict.h dict-cclass-dialog.c dict-cclass-dialog.h
+uim_dict_gtk_LDADD    = @GTK2_LIBS@ $(top_builddir)/uim/libuim.la
+uim_dict_gtk_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
+uim_dict_gtk_CFLAGS   = @GTK2_CFLAGS@
 endif
 
 install-exec-hook-gtk2:



More information about the Uim-commit mailing list