summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 320a79f6d..12b468ca0 100644
--- a/Makefile
+++ b/Makefile
@@ -360,7 +360,10 @@ CDEFS += -DBEOS
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