From b7757ddd7007b6382fbd89ba02ddc525b3a57543 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 25 May 2006 20:30:32 +0000 Subject: changes to autoscroll behaviour. not perfect, but probably better git-svn-id: svn://localhost/trunk/ardour2@533 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index b9b36183f5..6663674a3c 100644 --- a/SConstruct +++ b/SConstruct @@ -568,15 +568,12 @@ else: 'gtk2_ardour' ] - - -surface_subdirs = [] - # # always build the LGPL control protocol lib, since we link against it ourselves # ditto for generic MIDI +# -surface_subdirs += [ 'libs/surfaces/control_protocol', 'libs/surfaces/generic_midi' ] +surface_subdirs = [ 'libs/surfaces/control_protocol', 'libs/surfaces/generic_midi' ] if env['SURFACES']: if have_libusb: @@ -859,7 +856,7 @@ env.AddPostAction (srcdist, Action ('rm -rf ' + str (File (env['DISTTREE'])))) for subdir in coredirs: SConscript (subdir + '/SConscript') -for sublistdir in [subdirs, gtk_subdirs, surface_subdirs]: +for sublistdir in [ subdirs, gtk_subdirs, surface_subdirs ]: for subdir in sublistdir: SConscript (subdir + '/SConscript') -- cgit v1.2.3