diff options
Diffstat (limited to 'make/joal.cfg')
-rwxr-xr-x | make/joal.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/joal.cfg b/make/joal.cfg index e398112..5ce03f8 100755 --- a/make/joal.cfg +++ b/make/joal.cfg @@ -3,7 +3,7 @@ Include joal-common.cfg Style InterfaceAndImpl JavaClass AL -ImplPackage com.jogamp.openal.impl +ImplPackage jogamp.openal ImplJavaClass ALImpl Extends AL ALConstants @@ -14,7 +14,9 @@ ProcAddressNameExpr LP $UPPERCASE({0}) Import com.jogamp.openal.* -Import com.jogamp.openal.impl.* +Import jogamp.openal.* +Import java.security.AccessController +Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface Ignore ^AL_.+ |