summaryrefslogtreecommitdiffstats
path: root/src/ingen/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/wscript')
-rw-r--r--src/ingen/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index 61c69bcd..839b789b 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -4,7 +4,7 @@ import autowaf
def build(bld):
obj = bld.new_task_gen(features='cxx cc cprogram')
obj.target = 'ingen'
- obj.source = 'main.cpp cmdline.c'
+ obj.source = 'main.cpp'
obj.includes = ['..', '../..', '../common']
obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"'
obj.uselib_local = 'libingen_module libingen_shared'