aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-22 21:46:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-22 21:46:22 +0000
commiteff0da1ac49d73efb7d0a592443dc21b47e5c9e5 (patch)
tree92595382008fb2dc2b1b9d110b7b5e61da6ed6ff /Makefile
parent3f365ef507d2cf16ddef435b96f690bb454253b5 (diff)
compiles with libSDL, opens the joystick, but doesn't read events yet
svn path=/trunk/externals/hcs/; revision=585
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25d4f8f..299717e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -lSDL
strip --strip-unneeded $*.pd_linux
rm $*.o