summaryrefslogtreecommitdiffstats
path: root/src/module/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
committerDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
commit19045ab92aa7e996971584a0dc8780d1d58b498b (patch)
tree619c73deb7fd64ce31c5167490d1ae186dbb2695 /src/module/wscript
parent4613a2e15f1122ecf6830171de0ab18dc22fefff (diff)
downloadingen-19045ab92aa7e996971584a0dc8780d1d58b498b.tar.gz
ingen-19045ab92aa7e996971584a0dc8780d1d58b498b.tar.bz2
ingen-19045ab92aa7e996971584a0dc8780d1d58b498b.zip
New ingen module (library, not e.g. LV2 plugin) design.
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2314 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/module/wscript')
-rw-r--r--src/module/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/wscript b/src/module/wscript
index 318bf645..8553618f 100644
--- a/src/module/wscript
+++ b/src/module/wscript
@@ -7,7 +7,7 @@ def build(bld):
obj = bld.new_task_gen('cxx', 'shlib')
obj.source = '''
- Module.cpp
+ World.cpp
ingen_module.cpp
'''
obj.export_incdirs = ['.']