part two of initial libtemporal creation
[ardour.git] / libs / temporal / wscript
index fadeb0aebdcf19d142c834264eece2087108d40a..3d02ff0e4693670125dd3e64ec61886f89b2cc04 100644 (file)
@@ -16,12 +16,12 @@ def configure(conf):
 
 def build(bld):
     bld.shlib (
-               source   = [ 'src/time.cc', 'src/bbt_time.cc' ],
-               name     = 'libtimecode',
-               target   = 'timecode',
+               source   = [ 'time.cc', 'bbt_time.cc' ],
+               name     = 'libtemporal',
+               target   = 'temporal',
                includes = ['.'],
                export_includes = ['.'],
-               defines  = [ 'LIBTIMECODE_DLL_EXPORTS' ],
+               defines  = [ 'LIBTEMPORAL_DLL_EXPORTS' ],
                install_path = bld.env['LIBDIR']
                )