From 2074b2ef8e3ba04fe84f59c2ea5b089c23749919 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sat, 3 Jul 2010 17:08:41 +0000 Subject: [PATCH] Fix the undefined symbol in the new wiimote plugin on linux. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5829 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_WiimoteNew/Src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_WiimoteNew/Src/SConscript b/Source/Plugins/Plugin_WiimoteNew/Src/SConscript index 024706d248..1460385bbf 100644 --- a/Source/Plugins/Plugin_WiimoteNew/Src/SConscript +++ b/Source/Plugins/Plugin_WiimoteNew/Src/SConscript @@ -20,7 +20,7 @@ files = [ 'WiimoteConfigDiag.cpp', ] -libs = [ 'common', 'inputcommon', 'inputuicommon', 'SDL' ] +libs = [ 'inputcommon', 'inputuicommon', 'common', 'SDL' ] cxxflags = [ ]