From a854ac939a20b12932384c3074c9ce85df0b39bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 22 Dec 2009 16:34:14 +0000 Subject: Fix compilation. Consistent naming of module source files. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2315 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/wscript') diff --git a/src/client/wscript b/src/client/wscript index ea0eef85..749d9ec7 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -15,7 +15,7 @@ def build(bld): PluginUI.cpp PortModel.cpp ThreadedSigClientInterface.cpp - client.cpp + ingen_client.cpp ''' if bld.env['HAVE_SOUP'] == 1: -- cgit v1.2.1