aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 03:08:11 +0100
committerMichael Bien <[email protected]>2010-03-27 03:08:11 +0100
commitf937778266cf885e7443e83414a59f88f487ea86 (patch)
tree66d9d9367a609b36b3b31c909305748c33bde95c /make
parent14b7bf0b37262a5515a10fd2b5db56cf3b78709d (diff)
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'make')
-rwxr-xr-xmake/joal.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/joal.cfg b/make/joal.cfg
index 9c1901a..eb9c874 100755
--- a/make/joal.cfg
+++ b/make/joal.cfg
@@ -14,7 +14,7 @@ ProcAddressNameExpr LP $UPPERCASE({0})
Import net.java.games.joal.*
Import net.java.games.joal.impl.*
-Import com.sun.gluegen.runtime.*
+Import com.jogamp.gluegen.runtime.*
# Factor out the OpenAL constants into their own interface
Ignore ^AL_.+