Revision: 2436 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2436&view=rev Author: rorthomas Date: 2012-02-02 20:06:22 +0000 (Thu, 02 Feb 2012) Log Message: ----------- fix for linking bug under linux by scrawl
Modified Paths: -------------- trunk/source/main/CMakeLists.txt Modified: trunk/source/main/CMakeLists.txt =================================================================== --- trunk/source/main/CMakeLists.txt 2012-02-02 14:33:06 UTC (rev 2435) +++ trunk/source/main/CMakeLists.txt 2012-02-02 20:06:22 UTC (rev 2436) @@ -43,7 +43,7 @@ add_definitions("-DUSE_MUMBLE") ELSEIF(UNIX) include_directories(${GTK_INCLUDE_DIRS}) - set(OS_LIBS "X11") + set(OS_LIBS "X11 ${CMAKE_DL_LIBS}") ENDIF(WIN32) include_directories(${Ogre_INCLUDE_DIRS}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel