From 100e87a798b236cf841085a0342efd84f077ed05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 2 Sep 2010 13:30:16 +0000 Subject: link against libcwiid svn path=/branches/externals/hardware/wiimote-0.3/; revision=13955 --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0f4a4ed..8fd0d30 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,13 @@ SOURCES = wiimote.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -#PDOBJECTS = mypdobject.pd +#PDOBJECTS = # example patches and related files, in the 'examples' subfolder -#EXAMPLES = bothtogether.pd +#EXAMPLES = # manuals and related files, in the 'manual' subfolder -#MANUAL = manual.txt +#MANUAL = # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, test patches, @@ -31,9 +31,9 @@ EXTRA_DIST = # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g +CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g $(shell pkg-config --cflags cwiid) LDFLAGS = -LIBS = +LIBS = $(shell pkg-config --libs cwiid) #------------------------------------------------------------------------------# # -- cgit v1.2.1