aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index c682e080a..9dad237d6 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1000,10 +1000,10 @@
</jar>
<jar destfile="${jogl.dist.dir}/jogl-natives-win32.jar"
basedir="${jogl.dist.dir}/jogl-win32"
- includes="jogl.dll" />
+ includes="jogl.dll,jogl_cg.dll" />
<jar destfile="${jogl.dist.dir}/jogl-natives-linux.jar"
basedir="${jogl.dist.dir}/jogl-linux"
- includes="libjogl.so" />
+ includes="libjogl.so,libjogl_cg.so" />
<jar destfile="${jogl.dist.dir}/jogl-natives-macosx.jar"
basedir="${jogl.dist.dir}/jogl-macosx"
includes="libjogl.jnilib" />