Added lib[b]netapi.so to NETWORK_LIBS.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11123 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2005-01-29 15:06:22 +00:00
parent 8ea80fd27a
commit bc10030ef0
1 changed files with 4 additions and 2 deletions

View File

@ -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 ;
}