From 4b187a8a36674829e543dfe4da9ab1044f23f959 Mon Sep 17 00:00:00 2001 From: ykiryanov Date: Sun, 25 Apr 2004 22:11:34 +0000 Subject: [PATCH] Added posix library to make files --- make/unix.mak | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make/unix.mak b/make/unix.mak index feda1159..86cc5ee1 100644 --- a/make/unix.mak +++ b/make/unix.mak @@ -29,6 +29,9 @@ # Contributor(s): ______________________________________. # # $Log$ +# Revision 1.187 2004/04/25 22:11:34 ykiryanov +# Added posix library to make files +# # Revision 1.186 2004/04/21 03:47:36 ykiryanov # Added libdl.so to library list for BeOS # @@ -575,7 +578,7 @@ BE_BONE := 1 # in pwlib. #MEDIA_KIT_UPDATE := 1 -SYSLIBS += -lbe -lmedia -lgame -lroot -ldl +SYSLIBS += -lbe -lmedia -lgame -lroot -lposix -ldl ifdef BE_THREADS STDCCFLAGS += -DBE_THREADS -- 2.11.4.GIT