aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal-common.cfg')
-rwxr-xr-xmake/joal-common.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/joal-common.cfg b/make/joal-common.cfg
index dab5b77..6a2929b 100755
--- a/make/joal-common.cfg
+++ b/make/joal-common.cfg
@@ -2,8 +2,8 @@ Package com.jogamp.openal
# Specify output directories
HierarchicalNativeOutput false
-JavaOutputDir ../build/gensrc/classes
-NativeOutputDir ../build/gensrc/native/joal
+JavaOutputDir gensrc/classes
+NativeOutputDir gensrc/native/joal
# Raise ALException instead of RuntimeException in glue code
RuntimeExceptionType ALException