diff options
-rw-r--r-- | src/ingen/ingen.cpp (renamed from src/ingen/main.cpp) | 0 | ||||
-rw-r--r-- | wscript | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/ingen.cpp index 6e058414..6e058414 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/ingen.cpp @@ -177,8 +177,8 @@ def build(bld): # Program obj = bld(features = 'c cxx cxxprogram', - source = 'src/ingen/main.cpp', - target = bld.path.get_bld().make_node('ingen'), + source = 'src/ingen/ingen.cpp', + target = 'src/ingen/ingen', includes = ['.'], use = 'libingen', install_path = '${BINDIR}') |