merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending...
[ardour.git] / libs / panners / 2in2out / wscript
index 509848e5a6fa171f09a402762e1524214c7aa421..22d5c03726dd43658f5ac7a5209320de0c022767 100644 (file)
@@ -12,6 +12,12 @@ LIBARDOUR_PAN2IN2OUT_LIB_VERSION = '1.0.0'
 srcdir = '.'
 blddir = 'build'
 
+def set_options(opt):
+       autowaf.set_options(opt)
+
+def configure(conf):
+       autowaf.configure(conf)
+
 def build(bld):
        obj = bld.new_task_gen('cxx', 'shlib')
        obj.source = [ 'panner_2in2out.cc' ]