summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 18:02:59 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 18:03:31 +0100
commitb848d9ccbd94f88e3b1b9f1884a05efcea377dfc (patch)
tree6a859e66e613061b1abcebb13fada336982efbac /wscript
parent9964717f1c5bf56f24c81ff5597085a62e966a7b (diff)
downloadpatchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.tar.gz
patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.tar.bz2
patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.zip
Completely isolate drivers from the rest of the application
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e2b6eb0..0ed8339 100644
--- a/wscript
+++ b/wscript
@@ -251,7 +251,7 @@ def build(bld):
if bld.is_defined('HAVE_JACK_DBUS'):
prog.source += ' src/JackDbusDriver.cpp '
if bld.is_defined('PATCHAGE_LIBJACK'):
- prog.source += ' src/JackDriver.cpp '
+ prog.source += ' src/JackLibDriver.cpp '
prog.uselib += ' JACK NEWJACK '
if bld.env.HAVE_ALSA:
prog.source += ' src/AlsaDriver.cpp '