summaryrefslogtreecommitdiff
path: root/libs/qm-dsp
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
commit058986f77b25685fe871bf5459da3f9c4ea03b5a (patch)
treede2dedd9c4c82072861a605604a37322d96fee23 /libs/qm-dsp
parentff25ebe7d96d73f28ec439ba294dd87f877baaf4 (diff)
finish unfinished work at basing all install paths on the program name
Diffstat (limited to 'libs/qm-dsp')
-rw-r--r--libs/qm-dsp/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/qm-dsp/wscript b/libs/qm-dsp/wscript
index 96d0b629dd..8bede48323 100644
--- a/libs/qm-dsp/wscript
+++ b/libs/qm-dsp/wscript
@@ -53,7 +53,7 @@ def build(bld):
obj.name = 'libqmdsp'
obj.target = 'qmdsp'
obj.vnum = QM_DSP_VERSION
- obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
+ obj.install_path = os.path.join(bld.env['LIBDIR'])
def shutdown():
autowaf.shutdown()