diff options
author | Michael Bien <[email protected]> | 2010-03-27 03:08:11 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 03:08:11 +0100 |
commit | f937778266cf885e7443e83414a59f88f487ea86 (patch) | |
tree | 66d9d9367a609b36b3b31c909305748c33bde95c /make | |
parent | 14b7bf0b37262a5515a10fd2b5db56cf3b78709d (diff) |
refactoring due to gluegen changes.
- renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
Diffstat (limited to 'make')
-rwxr-xr-x | make/joal.cfg | 2 |
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_.+ |