From 8a84f615f857de6d8cc1d93a38892d0b023bfcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 3 Oct 2009 16:02:10 +0000 Subject: argh, florian just changed the libcwiid api: that's a no-go svn path=/trunk/externals/hardware/wiimote/; revision=12513 --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1258850..b9cda41 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ NAME=wiimote -SYM=wiimote # If you want to use a customized Pd, then define a $PD_PATH variable. # Otherwise, the Pd must be installed on the system @@ -25,8 +24,8 @@ PD_DOC_PATH := /usr/local/lib/pd/doc endif -LIBS = $(LIBCWIID_PATH)/libcwiid.a -lbluetooth -lpthread -#LIBS = -lcwiid -lbluetooth -lpthread +#LIBS = $(LIBCWIID_PATH)/libcwiid.a -lbluetooth -lpthread +LIBS = -lcwiid -lbluetooth -lpthread current: pd_linux -- cgit v1.2.1