Makefile
changeset 2497 0fe349de34c7
parent 2496 74c42595f8e8
child 2500 92bc404b86ca
equal deleted inserted replaced
2496:74c42595f8e8 2497:0fe349de34c7
   378 CDEFS += -DUNIX
   378 CDEFS += -DUNIX
   379 endif
   379 endif
   380 
   380 
   381 ifdef BEOS
   381 ifdef BEOS
   382 CDEFS += -DBEOS
   382 CDEFS += -DBEOS
   383 LDFLAGS += -lmidi -lbe
   383 LDFLAGS += -lmidi -lbe -lpthread
   384 ifdef WITH_NETWORK
   384 ifdef WITH_NETWORK
   385 	ifdef BEOS_NET_SERVER
   385 	ifdef BEOS_NET_SERVER
   386 		CDEFS += -DBEOS_NET_SERVER
   386 		CDEFS += -DBEOS_NET_SERVER
       
   387 		LDFLAGS += -lnet
   387 	else
   388 	else
   388 		# Zeta needs a few more libraries than R5
   389 		# BONE needs a few more libraries than R5
   389 		LDFLAGS += -lbind -lsocket
   390 		LDFLAGS += -lbind -lsocket
   390 	endif
   391 	endif
   391 endif
   392 endif
   392 endif
   393 endif
   393 
   394