add fader implementation from Tracks
[ardour.git] / libs / audiographer / wscript
index 2fe2739741444d979341fb81fee215727ecd4cf7..d3efbf59ef6ba38701aeb97654e94bd05b5acbac 100644 (file)
@@ -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      = []