diff options
author | Sven Gothel <[email protected]> | 2010-11-06 06:45:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 06:45:28 +0100 |
commit | 66a49e2e067efc758ec29f1a7eeb33604a6f7f62 (patch) | |
tree | b91987a987f6edbc29da0d7e44fda2ed4917e6ab /make/build-newt.xml | |
parent | 4510ea5b74ffda4540a6221eef3b9e230e155c1c (diff) |
Fix ant build files according to the new stub_include folders
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 5c2ba8d7f..2946084f8 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -481,6 +481,7 @@ <compiler extends="@{compiler.cfg.id}" > <sysincludepath path="${java.includes.dir}"/> <sysincludepath path="${java.includes.dir.platform}"/> + <includepath path="stub_includes/khr"/> <includepath path="stub_includes/egl"/> <!-- This is for the generated headers for handwritten C code --> <includepath path="${src.generated.c}" /> |