summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-02-01 11:53:35 +0100
committerSven Gothel <[email protected]>2013-02-01 11:53:35 +0100
commit14c6e3b98b04d87abf738c5ed7bfd7746dab8e08 (patch)
treeb6d3d2120791d3aea976d87aea8a965e04089594 /make/build.xml
parent1446b90a501b4efbda469926f64e1e8eee9c67c0 (diff)
Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only include native library w/o version number.
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index 69aa72d..30901ab 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -437,9 +437,7 @@
<fileset dir="../${rootrel.build}/obj">
<include name="*joal.${native.library.suffix}" />
<include name="*openal.${native.library.suffix}" />
- </fileset>
- <fileset dir="lib/${os.and.arch}" erroronmissingdir="false">
- <include name="*.${native.library.suffix}" />
+ <exclude name="*openal*.1*.${native.library.suffix}" />
</fileset>
</jar>
</target>