From bc10030ef018f30856449c569057e29387433d81 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 29 Jan 2005 15:06:22 +0000 Subject: [PATCH] Added lib[b]netapi.so to NETWORK_LIBS. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11123 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jamrules b/Jamrules index 2d6b0a2e74..7648381e07 100644 --- a/Jamrules +++ b/Jamrules @@ -121,10 +121,12 @@ switch $(TARGET_PLATFORM) } } if $(BONE_COMPATIBLE) { - NETWORK_LIBS = libsocket.so libbind.so ; + # FIXME: we don't have our own "libbnetapi.so" yet :-( + # NETWORK_LIBS = libsocket.so libbind.so libbnetapi.so ; + NETWORK_LIBS = libsocket.so libbind.so bnetapi ; SELECT_UNAME_ETC_LIB = libroot.so ; } else { - NETWORK_LIBS = libnet.so ; + NETWORK_LIBS = libnet.so libnetapi.so ; SELECT_UNAME_ETC_LIB = libnet.so ; }