add MidiByteArray::compare_n()
[ardour.git] / libs / timecode / wscript
index 77a23da0883081fe67d733637750dc5b28ce8d3c..fadeb0aebdcf19d142c834264eece2087108d40a 100644 (file)
@@ -21,7 +21,8 @@ def build(bld):
                target   = 'timecode',
                includes = ['.'],
                export_includes = ['.'],
-               defines  = [ 'LIBTIMECODE_DLL_EXPORTS' ]
+               defines  = [ 'LIBTIMECODE_DLL_EXPORTS' ],
+               install_path = bld.env['LIBDIR']
                )
 
 def shutdown():