summaryrefslogtreecommitdiff
path: root/servers/audio/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'servers/audio/SCsub')
-rw-r--r--servers/audio/SCsub6
1 files changed, 5 insertions, 1 deletions
diff --git a/servers/audio/SCsub b/servers/audio/SCsub
index d31af2c1c4..afaffcfe93 100644
--- a/servers/audio/SCsub
+++ b/servers/audio/SCsub
@@ -1,5 +1,9 @@
+#!/usr/bin/env python
+
Import('env')
-env.add_source_files(env.servers_sources,"*.cpp")
+env.add_source_files(env.servers_sources, "*.cpp")
Export('env')
+
+SConscript("effects/SCsub")