aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2002-09-28 20:07:23 +0000
committerjdl <x75@users.sourceforge.net>2002-09-28 20:07:23 +0000
commit32277d1a5af19be53733fe77949e4efda17cdd7e (patch)
tree8f2ae72a629d1c843095b65af427de8c4f138742
parent09a578cb496501a11b85d820c00aea02a9b0dba4 (diff)
added linking to libOSC again + again ..
svn path=/trunk/externals/OSCx/; revision=158
-rw-r--r--OSC/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/OSC/makefile b/OSC/makefile
index e68f8cf..515e7a8 100644
--- a/OSC/makefile
+++ b/OSC/makefile
@@ -24,7 +24,7 @@ DARWINEXTERNALS = htmsocket.o OSC-pattern-match.o sendOSC.o dumpOSC.o routeOSC.o
.c.pd_darwin:
cc $(DARWINCFLAGS) $(DARWININCLUDE) -c *.c
- cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o $(DARWINEXTERNALS) $(LIBOSC)
+ cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o $(DARWINEXTERNALS) $(LIBS) $(LIBOSC)
rm -f $*.o ../$*.pd_darwin
ln -s $*/$*.pd_darwin ..