The net_server is now a BServer instead of a BApplication, IOW it doesn't rely on the

app_server being started anymore.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19816 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-01-15 16:51:27 +00:00
parent c2f09ed5b7
commit bbaa26a490
2 changed files with 15 additions and 14 deletions
+2 -7
View File
@@ -1,6 +1,6 @@
SubDir HAIKU_TOP src servers net ;
UsePrivateHeaders net ;
UsePrivateHeaders app net ;
#UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared libppp headers ] ;
#UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared libkernelppp headers ] ;
@@ -14,13 +14,8 @@ Server net_server :
AutoconfigLooper.cpp
DHCPClient.cpp
Services.cpp
;
LinkAgainst net_server :
be
libnetwork.so
$(TARGET_LIBSTDC++)
: be libnetwork.so $(TARGET_LIBSTDC++)
# for PPP
#libppp.a
;