Revision: 4469
http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4469&view=rev
Author: dcommander
Date: 2011-06-07 04:07:41 +0000 (Tue, 07 Jun 2011)
Log Message:
-----------
Do not include the po/ subdirectory unless NLS is enabled.
Modified Paths:
--------------
trunk/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2011-06-07 04:07:20 UTC (rev 4468)
+++ trunk/CMakeLists.txt 2011-06-07 04:07:41 UTC (rev 4469)
@@ -278,6 +278,8 @@
endif()
if(BUILD_NEW_VNCVIEWER)
- add_subdirectory(po)
+ if(ENABLE_NLS)
+ add_subdirectory(po)
+ endif()
add_subdirectory(vncviewer)
endif()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits