summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-06 18:28:27 +0000
committerbjarni <bjarni@openttd.org>2005-10-06 18:28:27 +0000
commit488db23ed85c4a5fd0ed27833cbd9e05be3a5c94 (patch)
treecc2100f641ee2903f4dcf05e68f1774eeec73708 /Makefile
parentcebca8e61b08eca4434b217d3a5f6a456c89d2d3 (diff)
downloadopenttd-488db23ed85c4a5fd0ed27833cbd9e05be3a5c94.tar.xz
(svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 13b019212..23ea10094 100644
--- a/Makefile
+++ b/Makefile
@@ -380,12 +380,13 @@ endif
ifdef BEOS
CDEFS += -DBEOS
-LDFLAGS += -lmidi -lbe
+LDFLAGS += -lmidi -lbe -lpthread
ifdef WITH_NETWORK
ifdef BEOS_NET_SERVER
CDEFS += -DBEOS_NET_SERVER
+ LDFLAGS += -lnet
else
- # Zeta needs a few more libraries than R5
+ # BONE needs a few more libraries than R5
LDFLAGS += -lbind -lsocket
endif
endif