From 3651ea647542b892cca131f07b4036a53d9252e9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2013 16:54:57 +0000 Subject: Fix compilation with --jack-dbus (#917). I don't know why I maintain this or what the point of it is... git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5141 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 353d739..5599e1b 100644 --- a/wscript +++ b/wscript @@ -139,11 +139,7 @@ def build(bld): src/main.cpp ''' if bld.is_defined('HAVE_JACK_DBUS'): - prog.source += ''' - src/JackDbusDriver.cpp - ''' - if bld.is_defined('HAVE_JACK_DBUS'): - prog.source += ' src/DBus.cpp ' + prog.source += ' src/JackDbusDriver.cpp ' if bld.is_defined('PATCHAGE_LIBJACK'): prog.source += ' src/JackDriver.cpp ' prog.uselib += ' JACK NEWJACK ' -- cgit v1.2.1