[uim-commit] r549 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Sat Feb 5 04:13:59 PST 2005


Author: tkng
Date: 2005-02-05 04:13:55 -0800 (Sat, 05 Feb 2005)
New Revision: 549

Modified:
   trunk/Makefile.am
Log:
* Makefile.am:
 -(releasetest-all-flag-enabled): Added --with-qt-immodule option.


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2005-02-05 11:52:33 UTC (rev 548)
+++ trunk/Makefile.am	2005-02-05 12:13:55 UTC (rev 549)
@@ -1,11 +1,10 @@
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = m4 doc scm uim xim helper po gtk tables test fep examples pixmaps qt
+SUBDIRS = m4 doc uim scm gtk qt xim helper po tables test fep examples pixmaps
 EXTRA_DIST = README.ja INSTALL.ja test.sh.in uim.spec.in \
 	intltool-extract.in intltool-merge.in intltool-update.in \
 	uim.pc.in ChangeLog.old uim.desktop
 
-DISTCLEANFILES = uim.pc intltool-extract \
-                 intltool-merge intltool-update po/.intltool-merge-cache
+DISTCLEANFILES = uim.pc intltool-extract intltool-merge intltool-update po/.intltool-merge-cache
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = uim.pc
@@ -13,7 +12,6 @@
 desktopdir = $(datadir)/applications
 desktop_DATA = uim.desktop
 
-
 noinst_PROGRAMS = $(gtk_entry) $(qedittest)
 
 if GTK2
@@ -48,12 +46,13 @@
 
 releasetest-all-flag-enabled: RELEASETEST_CONFIGURE_FLAGS= --enable-debug \
 	 --enable-fep --enable-dict --with-m17nlib --with-canna \
-	 --with-gtk2 --with-gnome2 --with-qt
+	 --with-gtk2 --with-gnome2 --with-qt --with-qt-immodule
 releasetest-all-flag-enabled: each-releasetest
 
 releasetest-all-flag-disabled: RELEASETEST_CONFIGURE_FLAGS= --disable-debug \
 	--disable-fep --disable-sumika	--disable-dict --without-m17nlib \
-	--without-canna --without-gtk2  --without-gnome2 --without-qt
+	--without-canna --without-gtk2  --without-gnome2 --without-qt \
+	--without-qt-immodule
 releasetest-all-flag-disabled: each-releasetest
 
 each-releasetest:



More information about the Uim-commit mailing list