aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 346a2f2a5..6f39c34c1 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -184,7 +184,7 @@
nativejarfile="${jar}/jogl-all-natives-${os.and.arch}.jar"
manifestfile="${build}/manifest-all-natives.mf"
module="opengl"
- includelibs="*.${native.library.suffix}"
+ includelibs="*.${native.library.suffix} *.symbols"
excludelibs="*jogl_cg.${native.library.suffix}" />
<!-- Produce duplicates for diff 'all' configuration, since non-native-jar aliasing (Bug 1023/Bug 1024) -->
<copy file="${jar}/jogl-all-natives-${os.and.arch}.jar" tofile="${jar}/jogl-all-noawt-natives-${os.and.arch}.jar" />