Revision: 6935
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6935&view=rev
Author:   jeremy_asher
Date:     2008-07-29 23:18:46 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
stage: fixed a CMake script typo causing linking errors to playercore on some 
machines

Modified Paths:
--------------
    code/stage/trunk/libstageplugin/CMakeLists.txt

Modified: code/stage/trunk/libstageplugin/CMakeLists.txt
===================================================================
--- code/stage/trunk/libstageplugin/CMakeLists.txt      2008-07-29 23:07:08 UTC 
(rev 6934)
+++ code/stage/trunk/libstageplugin/CMakeLists.txt      2008-07-29 23:18:46 UTC 
(rev 6935)
@@ -1,7 +1,7 @@
 MESSAGE( STATUS "Building Player plugin" )
 
-link_directories( ${PLAYER_LIBDIR} )
-include_directories( ${PLAYER_INCLUDE_DIRS})
+link_directories( ${PLAYER_LIBRARY_DIRS} )
+include_directories( ${PLAYER_INCLUDE_DIRS} )
 
 set( stagepluginSrcs p_driver.h
             p_driver.cc


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to