changeset 2497 | 0fe349de34c7 |
parent 2496 | 74c42595f8e8 |
child 2500 | 92bc404b86ca |
--- a/Makefile Thu Oct 06 17:57:18 2005 +0000 +++ b/Makefile Thu Oct 06 18:28:27 2005 +0000 @@ -380,12 +380,13 @@ 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