summaryrefslogtreecommitdiff
path: root/libs/temporal/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/temporal/wscript')
-rw-r--r--libs/temporal/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/temporal/wscript b/libs/temporal/wscript
index fadeb0aebd..3d02ff0e46 100644
--- a/libs/temporal/wscript
+++ b/libs/temporal/wscript
@@ -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']
)