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/gui/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/gui/wscript')
-rw-r--r-- | src/gui/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index 93084654..7d7e61fc 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -40,7 +40,7 @@ def build(bld): ThreadedLoader.cpp Window.cpp WindowFactory.cpp - gui.cpp + ingen_gui.cpp ''' if bld.env['HAVE_CURL'] != 0: |