summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xenv-build.sh (renamed from envsetup.sh)2
-rwxr-xr-xenv-runtime.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/envsetup.sh b/env-build.sh
index c0d178c..5a29941 100755
--- a/envsetup.sh
+++ b/env-build.sh
@@ -1,6 +1,4 @@
export ACLOCAL="aclocal -I /usr/local/share/aclocal"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig"
-export LD_LIBRARY_PATH=/usr/local/lib
export MYDEBUG=1
-export GTK_DEBUG=misc
diff --git a/env-runtime.sh b/env-runtime.sh
new file mode 100755
index 0000000..ec8b35a
--- /dev/null
+++ b/env-runtime.sh
@@ -0,0 +1,2 @@
+export LD_LIBRARY_PATH=/usr/local/lib
+export GTK_DEBUG=misc