aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-06 06:45:28 +0100
committerSven Gothel <[email protected]>2010-11-06 06:45:28 +0100
commit66a49e2e067efc758ec29f1a7eeb33604a6f7f62 (patch)
treeb91987a987f6edbc29da0d7e44fda2ed4917e6ab /make/build-common.xml
parent4510ea5b74ffda4540a6221eef3b9e230e155c1c (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.xml2
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"/>