summaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 84b422368..4be00781e 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1992,14 +1992,14 @@
nativejarfile="${build.jogl}/jogl-natives-${os.and.arch}.jar"
manifestfile="${build.jogl}/manifest-natives.mf"
module="opengl"
- includelibs="*.${native.library.suffix}"
+ includelibs="*.${native.library.suffix} *.symbols"
excludelibs="*jogl_cg.${native.library.suffix}" />
<native.tag.jar objdir="${obj.jogl}"
nativejarfile="${build.jogl}/jogl-cg-natives-${os.and.arch}.jar"
manifestfile="${build.jogl}/manifest-natives.mf"
module="cg"
- includelibs="*jogl_cg.${native.library.suffix}" />
+ includelibs="*jogl_cg.${native.library.suffix} *.symbols" />
</target>
<!-- ================================================================== -->