From d40f1b7bf2da4c372b0a9c15e811437e584c42a1 Mon Sep 17 00:00:00 2001 From: spiff Date: Wed, 19 Jan 2011 15:27:16 +0100 Subject: fixed: apparently cwiid doesn't pull the bluetooth library properly on all distros (ubuntu 11.04 in this case). thus link to it explicitly. part of ticket #11083 - thanks to sitzm --- tools/EventClients/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/EventClients/Makefile b/tools/EventClients/Makefile index 78dd80867a..7460851e67 100644 --- a/tools/EventClients/Makefile +++ b/tools/EventClients/Makefile @@ -8,7 +8,7 @@ wiimote: Clients/WiiRemote/WiiRemote Clients/WiiRemote/WiiRemote: cd Clients/WiiRemote && \ - $(CXX) $(CXXFLAGS) $(LDFLAGS) CWIID_WiiRemote.cpp -lcwiid -DICON_PATH="\"$(datarootdir)/pixmaps/xbmc/\"" $(WII_EXTRA_OPTS) -o WiiRemote + $(CXX) $(CXXFLAGS) $(LDFLAGS) CWIID_WiiRemote.cpp -lcwiid -lbluetooth -DICON_PATH="\"$(datarootdir)/pixmaps/xbmc/\"" $(WII_EXTRA_OPTS) -o WiiRemote j2me-remote: cd Clients/J2ME\ Client -- cgit v1.2.3