summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ingen/ingen.cpp (renamed from src/ingen/main.cpp)0
-rw-r--r--wscript4
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
diff --git a/wscript b/wscript
index 270d87d2..c40839ee 100644
--- a/wscript
+++ b/wscript
@@ -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}')