Changed license headers. Consider net_server as dead.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10118 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2004-11-21 12:56:05 +00:00
parent 84b580c425
commit dceee0de1e
7 changed files with 36 additions and 54 deletions
+3 -15
View File
@@ -7,11 +7,6 @@ UsePrivateHeaders net ;
UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libppp headers ] ;
UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkernelppp headers ] ;
UseHeaders [ FDirName $(OBOS_TOP) src tests kits net DialUpPreflet ] ;
UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp pppoe ] ; # PPPoE
UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp ipcp ] ; # IPCP
# additional sources for built-in add-ons:
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src tests kits net DialUpPreflet ] ;
Server net_server :
@@ -23,16 +18,6 @@ Server net_server :
# built-in add-ons
PPPServer.cpp
# PPPServer needs this
DialUpView.cpp
InterfaceUtils.cpp
MessageDriverSettingsUtils.cpp
TextRequestDialog.cpp
ConnectionOptionsAddon.cpp
GeneralAddon.cpp
IPCPAddon.cpp
PPPoEAddon.cpp
# old net_server (was a netstack tester app)
# userland_server.c
# userland_ipc.c
@@ -42,5 +27,8 @@ LinkSharedOSLibs net_server :
be
libsocket.so
libbind.so
# for PPP
libdunview.a
libppp.a
;