libnetapi.so is now again linked against libnet.so to be R5 binary compatible.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7584 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
de70e9408a
commit
31dca902f0
@ -2,15 +2,14 @@ SubDir OBOS_TOP src kits network libnetapi ;
|
|||||||
|
|
||||||
UsePrivateHeaders net ;
|
UsePrivateHeaders net ;
|
||||||
|
|
||||||
|
SubDirC++Flags -DBUILDING_R5_LIBNET ;
|
||||||
|
|
||||||
SharedLibrary netapi :
|
SharedLibrary netapi :
|
||||||
# NetEndpoint.cpp
|
# NetEndpoint.cpp
|
||||||
NetAddress.cpp
|
NetAddress.cpp
|
||||||
NetBuffer.cpp
|
NetBuffer.cpp
|
||||||
NetDebug.cpp
|
NetDebug.cpp
|
||||||
;
|
: be libnet.so
|
||||||
|
|
||||||
LinkSharedOSLibs libnetapi.so :
|
|
||||||
be libsocket.so libbind.so
|
|
||||||
;
|
;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
|
Loading…
Reference in New Issue
Block a user