diff options
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 8ff50ce..0899eb4 100755 --- a/make/build.xml +++ b/make/build.xml @@ -355,7 +355,7 @@ <!-- Use the GlueGen task to generate the Java files --> <!-- Generate the AL interface class and implementation --> - <gluegen src="${stub.includes.openal}/al.h" + <gluegen src="${stub.includes.openal}/al.c" config="${joal.cfg}" includeRefid="stub.includes.fileset.all" emitter="com.sun.gluegen.procaddress.ProcAddressEmitter"> @@ -363,7 +363,7 @@ </gluegen> <!-- Generate the ALConstants interface class --> - <gluegen src="${stub.includes.openal}/al.h" + <gluegen src="${stub.includes.openal}/al.c" config="${joal.constants.cfg}" includeRefid="stub.includes.fileset.all" emitter="com.sun.gluegen.JavaEmitter"> |