experimental drawing optimization.
[ardour.git] / libs / timecode / wscript
index 0ca89403d15c4802241a29fdbee6eeaa28451e64..77a23da0883081fe67d733637750dc5b28ce8d3c 100644 (file)
@@ -17,7 +17,8 @@ def configure(conf):
 def build(bld):
     bld.shlib (
                source   = [ 'src/time.cc', 'src/bbt_time.cc' ],
-               target   = 'libtimecode',
+               name     = 'libtimecode',
+               target   = 'timecode',
                includes = ['.'],
                export_includes = ['.'],
                defines  = [ 'LIBTIMECODE_DLL_EXPORTS' ]