diff options
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"/> |