Linking against libbind.so and libsocket.so.

There are linker warnings, but this is only due to the linker linking against the BeOS libs instead of our libs.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7214 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald 2004-04-15 16:17:54 +00:00
parent a6b9eee2e1
commit 3016600192
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand arp :
arp.c
: libnet.so ;
: socket bind ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand ifconfig :
ifconfig.c
: libnet.so ;
: socket bind ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand ping :
ping.c
: libnet.so ;
: socket bind ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking

View File

@ -6,7 +6,7 @@ BinCommand <bin>route :
keywords.c
route.c
show.c
: libnet.so ;
: socket bind ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking

View File

@ -4,7 +4,7 @@ UsePrivateHeaders net ;
BinCommand traceroute :
traceroute.c
: libnet.so ;
: socket bind ;
# Installation -- in the test directory for the time being
OBOSInstall install-networking