diff options
| author | nakeee <nakeee@gmail.com> | 2009-02-09 21:19:35 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-02-09 21:19:35 +0000 |
| commit | 4200f69c5a7f8a765cd3790203a681e305ecda01 (patch) | |
| tree | 19262124a45d25f0451b07037233659e0eb5ec8e /Source | |
| parent | 2331356bf5ca33cd5e69e297084536eda6e8c135 (diff) | |
fix unresolved symbols
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2188 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote/Src/SConscript | 2 | ||||
| -rw-r--r-- | Source/Plugins/Plugin_nJoy_SDL/Src/SConscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_Wiimote/Src/SConscript b/Source/Plugins/Plugin_Wiimote/Src/SConscript index ec7951ad95..2ea2af9672 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/SConscript +++ b/Source/Plugins/Plugin_Wiimote/Src/SConscript @@ -25,7 +25,7 @@ if wmenv['HAVE_WX']: "FillReport.cpp", ] -libs = [ 'common' ] +libs = [ 'common', 'inputcommon' ] cxxflags = [ '-fPIC' ] diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/SConscript b/Source/Plugins/Plugin_nJoy_SDL/Src/SConscript index e5e96b3d71..3b28332a6e 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/SConscript +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/SConscript @@ -25,7 +25,7 @@ if padenv['HAVE_WX']: padenv.Append( CXXFLAGS = [ '-fPIC' ], - LIBS = [ 'common' ], + LIBS = [ 'common', 'inputcommon' ], ) padenv.SharedLibrary(env['plugin_dir']+name, files) |
