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-common.xml | |
parent | 4510ea5b74ffda4540a6221eef3b9e230e155c1c (diff) |
Fix ant build files according to the new stub_include folders
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index a00c7f27a..ab2c9df32 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -80,7 +80,7 @@ <property name="make" value="." /> <property name="config" value="${make}/config" /> <property name="stub.includes" value="stub_includes" /> <!-- NOTE: this MUST be relative for FileSet --> - <property name="stub.includes.common" value="${stub.includes}/common" /> + <property name="stub.includes.common" value="${stub.includes}/gluegen" /> <property file="${build}/artifact.properties"/> <property name="jogl.build.number" value="manual-build"/> |