summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-17 13:13:11 +0000
committertron <tron@openttd.org>2005-01-17 13:13:11 +0000
commitc44594c3fa721c1acda57b1bad3f0f3dd2fba5c1 (patch)
tree4c8968faf3e014cea3a841b8330f6f201c3240cf /Makefile
parent0fc9a98dfd065ff174a8f3341a69660520fecf86 (diff)
downloadopenttd-c44594c3fa721c1acda57b1bad3f0f3dd2fba5c1.tar.xz
(svn r1552) Make ottd compile on Zeta
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