[uim-commit] r1038 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Wed Jul 27 11:35:10 EST 2005


Author: tkng
Date: 2005-07-26 18:35:06 -0700 (Tue, 26 Jul 2005)
New Revision: 1038

Modified:
   trunk/uim.pc.in
Log:
* uim.pc.in: Removed @M17NLIB_LIBS@ from Libs because libuim
  no longer depends on m17nlib. (Instead of that, libuim-m17nlib
  depends on m17n-lib, but this library is not linked from libuim.)


Modified: trunk/uim.pc.in
===================================================================
--- trunk/uim.pc.in	2005-07-27 01:22:00 UTC (rev 1037)
+++ trunk/uim.pc.in	2005-07-27 01:35:06 UTC (rev 1038)
@@ -10,4 +10,4 @@
 Description: multilingual input method library
 Version: @VERSION@
 Cflags: -I${includedir}/uim
-Libs: -L${libdir} -luim @LIBINTL@ @LIBICONV@ @M17NLIB_LIBS@
+Libs: -L${libdir} -luim @LIBINTL@ @LIBICONV@



More information about the uim-commit mailing list