Makefile
changeset 1051 be278201f830
parent 1029 985407cedbbd
child 1052 f996874f0f16
--- 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