aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95ff140..ad37932 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ WININCLUDE = -I../../src -I../../pd/src
.c.dll:
$(CC) $(WINCFLAGS) $(WININCLUDE) -o $*.o -c $*.c
- gcc -shared -o $*.dll $*.o ../../bin/pd.dll -lpthreadGC
+ gcc -shared -o $*.dll $*.o ../../bin/pd.dll -lwsock32 -lmp3lame -lpthread
-rm $*.o
# ----------------------- IRIX 5.x -----------------------