summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index f978f8b..1ff74b8 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -468,6 +468,7 @@
<jar destfile="${build}/gluegen-rt.jar">
<fileset dir="${classes}">
<include name="com/sun/gluegen/runtime/*.class" />
+ <include name="com/sun/gluegen/runtime/opengl/*.class" />
</fileset>
</jar>