diff options
author | David Robillard <d@drobilla.net> | 2009-12-22 16:34:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-12-22 16:34:14 +0000 |
commit | a854ac939a20b12932384c3074c9ce85df0b39bd (patch) | |
tree | 0c84a22cbf128369fae7bf3b32a9cf64cb575d21 /src/client/wscript | |
parent | 19045ab92aa7e996971584a0dc8780d1d58b498b (diff) | |
download | ingen-a854ac939a20b12932384c3074c9ce85df0b39bd.tar.gz ingen-a854ac939a20b12932384c3074c9ce85df0b39bd.tar.bz2 ingen-a854ac939a20b12932384c3074c9ce85df0b39bd.zip |
Fix compilation.
Consistent naming of module source files.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2315 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/wscript')
-rw-r--r-- | src/client/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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: |