(svn r1552) Make ottd compile on Zeta

This commit is contained in:
tron
2005-01-17 13:13:11 +00:00
parent 1847b99461
commit f4f705e723
2 changed files with 9 additions and 2 deletions

View File

@@ -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