diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/profile.jogl | 2 |
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) |