From: <ma...@us...> - 2010-10-13 20:57:19
|
Revision: 3445 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3445&view=rev Author: matzon Date: 2010-10-13 20:57:13 +0000 (Wed, 13 Oct 2010) Log Message: ----------- actually include 64bit openal for solaris Modified Paths: -------------- trunk/LWJGL/platform_build/build-definitions.xml Modified: trunk/LWJGL/platform_build/build-definitions.xml =================================================================== --- trunk/LWJGL/platform_build/build-definitions.xml 2010-10-13 20:19:39 UTC (rev 3444) +++ trunk/LWJGL/platform_build/build-definitions.xml 2010-10-13 20:57:13 UTC (rev 3445) @@ -117,7 +117,7 @@ <!-- Files to include in solaris package --> <patternset id="lwjgl-solaris.fileset"> <include name="liblwjgl*.so" /> - <include name="libopenal.so" /> + <include name="libopenal*.so" /> </patternset> <!-- Files to include in source distribution --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |