libnetapi.so no longer exists under Haiku.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19021 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-10-07 16:15:57 +00:00
parent e6a3af0462
commit d2ae268f24
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ if $(TARGET_PLATFORM) != haiku {
if $(TARGET_PLATFORM) = haiku {
NETWORK_LIBS = network ;
SELECT_UNAME_ETC_LIB = root ;
NETAPI_LIB = netapi ;
NETAPI_LIB = network ;
} else if $(TARGET_PLATFORM_BONE_COMPATIBLE) {
NETWORK_LIBS = socket bind ;
NETAPI_LIB = bnetapi ;