From e66c2c42d6f14181e0b81c83f47af620929ca291 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 11 Apr 2014 02:52:14 +0200
Subject: Fix setenv-jogl.sh script ..

---
 setenv-jogl.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setenv-jogl.sh b/setenv-jogl.sh
index b927753..3c7358b 100644
--- a/setenv-jogl.sh
+++ b/setenv-jogl.sh
@@ -43,9 +43,9 @@ else
 fi
 
 if [ $AUTOBUILD -eq 0 ] ; then
-    gpf=`find ../gluegen/make -name dynlink-unix.cfg`
+    gpf=`find ../gluegen/make -name jogamp-env.xml`
     if [ -z "$gpf" ] ; then
-        gpf=`find .. -name dynlink-unix.cfg`
+        gpf=`find .. -name jogamp-env.xml`
     fi
     if [ -z "$gpf" ] ; then
         echo GLUEGEN_BUILDDIR not found
-- 
cgit v1.2.3