summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-05-25 20:30:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-05-25 20:30:32 +0000
commitb7757ddd7007b6382fbd89ba02ddc525b3a57543 (patch)
treeb1d5a2f1b907b30649d9c701982100b96e8c42d2 /SConstruct
parentce6c41c060c700489a9ac9fc5080bf2920c17ae2 (diff)
changes to autoscroll behaviour. not perfect, but probably better
git-svn-id: svn://localhost/trunk/ardour2@533 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct9
1 files changed, 3 insertions, 6 deletions
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')