From 34a71ea377fbc2b5df7e42fbfcf982d330b71a05 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 04:42:01 +0000 Subject: Organize ingen_module like other modules. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2080 a436a847-0d15-0410-975c-d299462d15a1 --- src/module/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/module/wscript') diff --git a/src/module/wscript b/src/module/wscript index 50103f7e..6c7e726e 100644 --- a/src/module/wscript +++ b/src/module/wscript @@ -5,7 +5,7 @@ def build(bld): obj = bld.new_task_gen('cxx', 'shlib') obj.source = ''' Module.cpp - global.cpp + ingen_module.cpp ''' obj.export_incdirs = ['.'] obj.includes = ['.', '..', '../..', '../common'] -- cgit v1.2.1