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 b2b0ec9..32f5359 100755 --- a/make/build.xml +++ b/make/build.xml @@ -243,7 +243,7 @@ <!-- Use the GlueGen task to generate the Java files --> <!-- Generate the AL interface class and implementation --> - <gluegen src="${stub.includes.openal}/al.c" + <gluegen src="${stub.includes.openal}/al.h" outputRootDir="${build}" config="${joal.cfg}" includeRefid="stub.includes.fileset.all" @@ -252,7 +252,7 @@ </gluegen> <!-- Generate the ALConstants interface class --> - <gluegen src="${stub.includes.openal}/al.c" + <gluegen src="${stub.includes.openal}/al.h" outputRootDir="${build}" config="${joal.constants.cfg}" includeRefid="stub.includes.fileset.all" |