Revision: 4874
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4874&view=rev
Author:   ossman_
Date:     2012-03-27 10:28:18 +0000 (Tue, 27 Mar 2012)
Log Message:
-----------
Missed vncviewer in previous commit.

Modified Paths:
--------------
    trunk/vncviewer/CMakeLists.txt

Modified: trunk/vncviewer/CMakeLists.txt
===================================================================
--- trunk/vncviewer/CMakeLists.txt      2012-03-27 10:24:53 UTC (rev 4873)
+++ trunk/vncviewer/CMakeLists.txt      2012-03-27 10:28:18 UTC (rev 4874)
@@ -49,11 +49,7 @@
   target_link_libraries(vncviewer ws2_32)
 endif()
 
-if(WIN32)
-  install(TARGETS vncviewer DESTINATION .)
-else()
-  install(TARGETS vncviewer DESTINATION bin)
-endif()
+install(TARGETS vncviewer DESTINATION ${BIN_DIR})
 if(UNIX)
-  install(FILES vncviewer.man DESTINATION man/man1 RENAME vncviewer.1)
+  install(FILES vncviewer.man DESTINATION ${MAN_DIR}/man1 RENAME vncviewer.1)
 endif()

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to