summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2010-06-12 17:39:33 +0000
committerhrydgard <hrydgard@gmail.com>2010-06-12 17:39:33 +0000
commit1cd25e2406ea370cacfb82ec6dc164153052ca9d (patch)
tree29c06c64c49841b89a83f614c77fb59bda4f6008 /Source/Core/InputCommon/Src/SConscript
parent3e3aa2364e4ed6c3fe3be9331b7d0827adf9042f (diff)
(cleanup) InputPluginCommon is dead. Long live InputCommon and InputUICommon.
I hope I didn't break the mac+linux builds - if i did, fixing it should be a simple matter of adjusting the sconscripts. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5661 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index 426d877aac..fad361aadf 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -4,8 +4,10 @@ Import('env')
files = [
'Configuration.cpp',
+ 'ControllerEmu.cpp',
'EventHandler.cpp',
'InputCommon.cpp',
+ 'InputConfig.cpp',
'SDL_Util.cpp',
'ControllerInterface/ControllerInterface.cpp',
'ControllerInterface/SDL/SDL.cpp'