summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-05 22:51:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:16:42 -0400
commitdd9e646b40a1b33fc016435e3e7884eb656386e4 (patch)
tree48b5a4f484c9b88e9fc3c9680742ba24dd54ec4f /libs/audiographer
parent6103035594178e87c8dc6d60059f84f17a0671d2 (diff)
fix static library build
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index 2fe2739741..d3efbf59ef 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -70,7 +70,7 @@ def build(bld):
# macros for this shared library
audiographer.defines = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
else:
- audiographer = bld.stlib(features = 'c cxx cstlib cxxstlib', source=libardour_sources)
+ audiographer = bld.stlib(features = 'c cxx cstlib cxxstlib', source=audiographer_sources)
audiographer.cxxflags = [ '-fPIC' ]
audiographer.cflags = [ '-fPIC' ]
audiographer.defines = []