From ba7888d6d1473f32581d2a48d0a531c04df3f2bb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 23 May 2006 21:33:33 +0000 Subject: compile certain control protocol things regardless of SURFACES setting git-svn-id: svn://localhost/trunk/ardour2@524 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 15d7ac7436..b9b36183f5 100644 --- a/SConstruct +++ b/SConstruct @@ -568,10 +568,17 @@ 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' ] + if env['SURFACES']: - surface_subdirs += [ 'libs/surfaces/control_protocol', 'libs/surfaces/generic_midi' ] if have_libusb: surface_subdirs += [ 'libs/surfaces/tranzport' ] if os.access ('libs/surfaces/sony9pin', os.F_OK): -- cgit v1.2.3