X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Fwscript;h=d3efbf59ef6ba38701aeb97654e94bd05b5acbac;hb=b9a09bc9203e7bd810d498849818dcc8a552edd0;hp=2fe2739741444d979341fb81fee215727ecd4cf7;hpb=152935e736eaf06f85bc7f5cb27337a62d95edd4;p=ardour.git 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 = []