aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-11 06:12:37 +0200
committerSven Gothel <[email protected]>2011-09-11 06:12:37 +0200
commit31587f24ff495bec22d70bd0308d5e721dc80bd2 (patch)
tree68ce566f45abbb5892b2390d48131f197ffa91d9 /etc
parentfa9bbe89d3a6f52f23c567dd3c6fc617273ba7b7 (diff)
Promote jogl.test.jar to build/jar
Diffstat (limited to 'etc')
-rwxr-xr-xetc/profile.jogl2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile.jogl b/etc/profile.jogl
index 14c0f7065..2902bccb2 100755
--- a/etc/profile.jogl
+++ b/etc/profile.jogl
@@ -82,7 +82,7 @@ export JOGL_LIB_DIR
if [ ! -z "$JOGL_PROFILE" ] ; then
case "$JOGL_PROFILE" in
JOGL_ALL)
- JOGL_CLASSPATH=$(concat_jogl_list $JOGL_BUILD_DIR $JOGL_JAR_ALL test/build/$JOGL_TEST)
+ JOGL_CLASSPATH=$(concat_jogl_list $JOGL_BUILD_DIR $JOGL_JAR_ALL $JOGL_TEST)
;;
JOGL_ALL_NOAWT)
JOGL_CLASSPATH=$(concat_jogl_list $JOGL_BUILD_DIR $JOGL_JAR_ALL_NOAWT)