summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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