Makefile
changeset 1051 c56a3ce9b64f
parent 1029 c6bbfed6fc26
child 1052 53e669371277
--- a/Makefile	Mon Jan 17 10:17:18 2005 +0000
+++ b/Makefile	Mon Jan 17 13:13:11 2005 +0000
@@ -360,7 +360,10 @@
 LDFLAGS += -lmidi -lbe
 ifdef WITH_NETWORK
 	ifdef BEOS_NET_SERVER
-	CDEFS += -DBEOS_NET_SERVER
+		CDEFS += -DBEOS_NET_SERVER
+	else
+		# Zeta needs a few more libraries than R5
+		LDFLAGS += -lbind -lsocket
 	endif
 endif
 endif