US2400: add us2400 to surfaces.
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Oct 2017 15:03:09 +0000 (10:03 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Oct 2017 15:03:09 +0000 (10:03 -0500)
libs/surfaces/wscript

index b9b39d2f120e289b1de5cb84d56b38ee45261509..56bf2983fca266fdd8445e10eb1262c9f6f107c4 100644 (file)
@@ -26,6 +26,7 @@ children = [
         'cc121',
         'generic_midi',
         'mackie',
+        'us2400',
 ]
 
 def options(opt):
@@ -83,6 +84,7 @@ def build(bld):
     bld.recurse('faderport8')
     bld.recurse('cc121')
     bld.recurse('mackie')
+    bld.recurse('us2400')
 
     if bld.is_defined ('HAVE_LO'):
         bld.recurse('osc')