aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/joal.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/joal.cfg')
-rwxr-xr-xmake/config/joal.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/joal.cfg b/make/config/joal.cfg
index 661b84e..0128dd9 100755
--- a/make/config/joal.cfg
+++ b/make/config/joal.cfg
@@ -29,7 +29,8 @@ Import java.security.PrivilegedAction
# Factor out the OpenAL constants into their own interface
Ignore ^AL_.+
-IncludeAs CustomJavaCode ALImpl joal-common-CustomJavaCode.java
+IncludeAs CustomJavaCode ALImpl joal-al-CustomJavaCode.java
+ManualStaticInit ALImpl
# Provide #includes to native code
CustomCCode #include "al.h"