aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-19 19:32:50 +0100
committerSven Gothel <[email protected]>2011-11-19 19:32:50 +0100
commitcf31fc3d119cc8ce531b2b7d898e6d80af79d051 (patch)
tree2578b9d69c50ac9b6410bc4f350f0450f2d5b45a
parentcc63a4689c3a6456fb616341c19eb4f0d0ab722a (diff)
NEWT build: Add jogamp/newt/driver/* to core
-rw-r--r--make/build-newt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index d3248fa9d..56ebfaccc 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -96,7 +96,7 @@
<!-- partitioning -->
<property name="java.part.core"
- value="com/jogamp/newt/* com/jogamp/newt/event/* com/jogamp/newt/util/* jogamp/newt/* jogamp/newt/event/*"/>
+ value="com/jogamp/newt/* com/jogamp/newt/event/* com/jogamp/newt/util/* jogamp/newt/* jogamp/newt/event/* jogamp/newt/driver/*"/>
<property name="java.part.opengl"
value="com/jogamp/newt/opengl/**"/>