convert codebase to use Temporal for various time types
[ardour.git] / libs / evoral / wscript
index bcc9f05691fbca87de0a9d94694407b0591c58a6..0eb4b2cb4ce9442e47a53996d75fffcf035c1d06 100644 (file)
@@ -80,6 +80,7 @@ def build(bld):
     libsmf.name         = 'libsmf'
     libsmf.target       = 'smf'
     libsmf.uselib       = 'GLIB'
+    libsmf.use          = [ 'libtemporal' ]
     libsmf.install_path = None
     if bld.env['build_target'] != 'mingw':
         libsmf.cxxflags     = [ '-fPIC' ]