summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.sh.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-15 21:06:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-15 21:06:21 +0000
commit3f207b1e4f6ef356a45fb3648de36e17c5e91d73 (patch)
tree5a7160b9371095acd3d1208c45b6c53a9975180a /gtk2_ardour/ardour.sh.in
parente5d54bf52b82f5f57befb64373acc7fe2777e643 (diff)
fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI bindable again; merge our own clearlooks engine
git-svn-id: svn://localhost/ardour2/trunk@1132 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour.sh.in')
-rw-r--r--gtk2_ardour/ardour.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour.sh.in b/gtk2_ardour/ardour.sh.in
index b748c96954..107321024b 100644
--- a/gtk2_ardour/ardour.sh.in
+++ b/gtk2_ardour/ardour.sh.in
@@ -1,5 +1,7 @@
#!/bin/sh
+export GTK_PATH=%INSTALL_PREFIX%/lib/ardour2:$GTK_PATH
+
export LD_LIBRARY_PATH=%INSTALL_PREFIX%/lib/ardour2:$LD_LIBRARY_PATH
# DYLD_LIBRARY_PATH is for Darwin
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH