Makefile
changeset 2497 1c8460570c0d
parent 2496 ad131afbc8cb
child 2500 e2b13f720a94
--- a/Makefile	Thu Oct 06 17:57:18 2005 +0000
+++ b/Makefile	Thu Oct 06 18:28:27 2005 +0000
@@ -380,12 +380,13 @@
 
 ifdef BEOS
 CDEFS += -DBEOS
-LDFLAGS += -lmidi -lbe
+LDFLAGS += -lmidi -lbe -lpthread
 ifdef WITH_NETWORK
 	ifdef BEOS_NET_SERVER
 		CDEFS += -DBEOS_NET_SERVER
+		LDFLAGS += -lnet
 	else
-		# Zeta needs a few more libraries than R5
+		# BONE needs a few more libraries than R5
 		LDFLAGS += -lbind -lsocket
 	endif
 endif