[uim-commit] r2421 - trunk/qt

ekato at freedesktop.org ekato at freedesktop.org
Wed Dec 7 20:10:51 PST 2005


Author: ekato
Date: 2005-12-07 20:10:47 -0800 (Wed, 07 Dec 2005)
New Revision: 2421

Modified:
   trunk/qt/Makefile.am
Log:
* qt/Makefile.am : Fix dependency of pref-qt.h reported on
  [Anthy-dev 2684].


Modified: trunk/qt/Makefile.am
===================================================================
--- trunk/qt/Makefile.am	2005-12-07 17:07:44 UTC (rev 2420)
+++ trunk/qt/Makefile.am	2005-12-08 04:10:47 UTC (rev 2421)
@@ -124,9 +124,8 @@
 uim_pref_qt_LDADD    = $(top_builddir)/uim/libuim-custom.la $(top_builddir)/uim/libuim.la
 
 pref-customwidgets.h:pref-olisteditformbase.h pref-keyeditformbase.h
-pref-qt.h:pref-olisteditformbase.h pref-keyeditformbase.h
 
-pref-qt.cpp: pref-qt.moc
+pref-qt.cpp: pref-qt.moc pref-olisteditformbase.h pref-keyeditformbase.h
 pref-customwidgets.cpp: pref-customwidgets.moc
 pref-kseparator.cpp: pref-kseparator.moc
 



More information about the uim-commit mailing list