diff options
author | Xerxes Rånby <[email protected]> | 2013-01-25 19:20:00 +0100 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2013-01-25 19:20:00 +0100 |
commit | 0801dd17ee69e88661401172026b48ac898d7a2b (patch) | |
tree | 30ecb98f9493a087c0a50ca2a1dd9599f5ff1868 /make | |
parent | 3cf2b66e13104b372611b3a9dbb722110370a9c7 (diff) |
build.xml al.c -> al.h after switch to OpenAl-soft headers.
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'make')
-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" |