use NETWORK_LIBS for linking, define BUILDING_R5_LIBNET if necessary

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-20 21:10:54 +00:00
parent 4d5737d0b8
commit 6040be9931
15 changed files with 49 additions and 45 deletions
+1 -7
View File
@@ -18,13 +18,7 @@ Server mail_daemon :
main.cpp
;
LinkSharedOSLibs mail_daemon : be libmail.so tracker stdc++.r4 ;
if $(BONE_COMPATIBLE) {
LinkSharedOSLibs mail_daemon : socket ;
} else {
LinkSharedOSLibs mail_daemon : net ;
}
LinkSharedOSLibs mail_daemon : be libmail.so tracker stdc++.r4 $(NETWORK_LIBS) ;
Package haiku-maildaemon-cvs :
mail_daemon :