summaryrefslogtreecommitdiff
path: root/libs/audiographer/wscript
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2009-12-31 14:03:30 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2009-12-31 14:03:30 +0000
commit78b6543ba9bc7028c5cfcdd9695d2e9992660924 (patch)
treeb77d01706fdfeb10f268ba003ef67b742979ba9e /libs/audiographer/wscript
parentb194253b1eb850b37b430b90cc83224cf8b94ed1 (diff)
Fix AudioGrapher library installation path and enable H/W optimizations in AudioGrapher
git-svn-id: svn://localhost/ardour2/branches/3.0@6418 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/audiographer/wscript')
-rw-r--r--libs/audiographer/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index ed8388f580..bb60a4c5e1 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import autowaf
+import os
# Version of this package (even if built as a child)
AUDIOGRAPHER_VERSION = '0.0.0'
@@ -74,8 +75,7 @@ def build(bld):
audiographer.includes = ['.', './src']
audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE'
audiographer.vnum = AUDIOGRAPHER_LIB_VERSION
- audiographer.install_path = '${LIBDIR}'
-
+ audiographer.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
if bld.env['BUILD_TESTS'] and bld.env['HAVE_CPPUNIT']:
# Unit tests