From: <ma...@us...> - 2008-04-07 21:38:36
|
Revision: 2993 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2993&view=rev Author: matzon Date: 2008-04-07 14:38:32 -0700 (Mon, 07 Apr 2008) Log Message: ----------- added missing libjinput-linux64.so when packaging Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2008-04-07 20:39:46 UTC (rev 2992) +++ trunk/LWJGL/build.xml 2008-04-07 21:38:32 UTC (rev 2993) @@ -99,6 +99,7 @@ <include name="liblwjgl*.so" /> <include name="libopenal.so" /> <include name="libjinput-linux.so" /> + <include name="libjinput-linux64.so" /> </patternset> <!-- Files to include in mac os x package --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |