fix up wscript/build issues in exportvis after merge with master
[ardour.git] / libs / timecode / wscript
index 756feb618538b1e5e1c904d8a4fe20d4f279e1c8..6bbf9493bd16f736a72ab8a857642a8600bdb368 100644 (file)
@@ -17,13 +17,13 @@ def configure(conf):
 def build(bld):
     bld (export_includes = ['.'],
          includes        = ['.'],
-         name            = 'timecode_includes'
+         name            = 'libtimecode_includes'
          )
 
     bld.stlib (cxxflags = [ '-fPIC' ],
                source   = [ 'src/time.cc', 'src/bbt_time.cc' ],
-               target   = 'timecode',
-               use      = 'timecode_includes'
+               target   = 'libtimecode',
+               use      = 'libtimecode_includes'
                )
 
 def shutdown():