[Tux4kids-commits] r509 - tuxmath/trunk/po
tholy-guest at alioth.debian.org
tholy-guest at alioth.debian.org
Sun May 18 11:53:47 UTC 2008
Author: tholy-guest
Date: 2008-05-18 11:53:46 +0000 (Sun, 18 May 2008)
New Revision: 509
Modified:
tuxmath/trunk/po/CMakeLists.txt
Log:
Not all PO file exclusions worked, this fixes that.
Modified: tuxmath/trunk/po/CMakeLists.txt
===================================================================
--- tuxmath/trunk/po/CMakeLists.txt 2008-05-17 13:15:39 UTC (rev 508)
+++ tuxmath/trunk/po/CMakeLists.txt 2008-05-18 11:53:46 UTC (rev 509)
@@ -18,8 +18,9 @@
file (GLOB PO_FILES *.po)
file (GLOB PANGO_FILES ${TUXMATH_PO_REQUIRES_PANGO})
+file (GLOB EXCLUDE_FILES ${TUXMATH_EXCLUDE_PO})
-list(REMOVE_ITEM PO_FILES ${TUXMATH_EXCLUDE_PO})
+list(REMOVE_ITEM PO_FILES ${EXCLUDE_FILES})
if(NOT SDLPANGO_FOUND)
list(REMOVE_ITEM PO_FILES ${PANGO_FILES})
endif(NOT SDLPANGO_FOUND)
More information about the Tux4kids-commits
mailing list