diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-22 21:46:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-22 21:46:22 +0000 |
commit | eff0da1ac49d73efb7d0a592443dc21b47e5c9e5 (patch) | |
tree | 92595382008fb2dc2b1b9d110b7b5e61da6ed6ff /Makefile | |
parent | 3f365ef507d2cf16ddef435b96f690bb454253b5 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|