diff options
author | endolf <[email protected]> | 2005-06-19 15:33:12 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2005-06-19 15:33:12 +0000 |
commit | 913fd0d94ffb7f700c444020e2ca44c4bc44ef5a (patch) | |
tree | ac46a53c8b61a3111cf9b98c51b4df247d0b5899 /plugins/linux/build.xml | |
parent | 0768f203a4015dcccb91dcc94b61c9a63cd7b436 (diff) |
Updated the name of the linux native library
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@102 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/linux/build.xml')
-rw-r--r-- | plugins/linux/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/linux/build.xml b/plugins/linux/build.xml index 5e9d572..89c4eeb 100644 --- a/plugins/linux/build.xml +++ b/plugins/linux/build.xml @@ -52,9 +52,9 @@ </fileset> </delete> <delete file="bin/linux.jar" failonerror="no"/> - <delete file="src/native/libjinput.so" failonerror="no"/> + <delete file="src/native/libjinput-linux.so" failonerror="no"/> <delete file="../../coreAPI/src/tests/controller/linux.jar" failonerror="no" /> - <delete file="../../coreAPI/src/tests/controller/libjinput.so" failonerror="no"/> + <delete file="../../coreAPI/src/tests/controller/libjinput-linux.so" failonerror="no"/> <delete file="apidoc" failonerror="no"/> </target> @@ -78,6 +78,6 @@ <target depends="init" name="compileNativeJinputLib"> <ant dir="src/native" target="compileNativeJinputLib"/> - <copy file="src/native/libjinput.so" todir="../../coreAPI/src/tests/controller" /> + <copy file="src/native/libjinput-linux.so" todir="../../coreAPI/src/tests/controller" /> </target> </project> |