[uim-commit] r556 - trunk/xim

tkng at freedesktop.org tkng at freedesktop.org
Sat Feb 5 09:24:32 PST 2005


Author: tkng
Date: 2005-02-05 09:24:29 -0800 (Sat, 05 Feb 2005)
New Revision: 556

Modified:
   trunk/xim/Makefile.am
Log:
* xim/Makefile.am: Use new flag XIM. If XIM not defined, uim-xim
  doesn't built.


Modified: trunk/xim/Makefile.am
===================================================================
--- trunk/xim/Makefile.am	2005-02-05 17:22:00 UTC (rev 555)
+++ trunk/xim/Makefile.am	2005-02-05 17:24:29 UTC (rev 556)
@@ -1,3 +1,5 @@
+if XIM
+
 bin_PROGRAMS = uim-xim
 uim_xim_LDFLAGS =  @X_LIBS@
 uim_xim_LDADD =  -lXext -lX11 $(top_builddir)/uim/libuim.la @LIBICONV@
@@ -17,3 +19,4 @@
 	util.cpp util.h \
 	helper.cpp helper.h \
 	compose.cpp compose.h
+endif



More information about the Uim-commit mailing list