Changed Jamfiles to use new <> (namespace or how was it called?) feature, so libuserlandppp.a is not added to distro/xxx/develop.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5274 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2003-11-07 15:41:53 +00:00
parent d61900aaa1
commit e8e6c3e8ad
3 changed files with 5 additions and 3 deletions
@@ -11,4 +11,6 @@ Addon <userland>ppp : userland network interfaces :
PPPManager.cpp
;
LinkSharedOSLibs <userland>ppp : libuserlandppp.a <installed>net_stack_tester be ;
SEARCH on [ FGristFiles driver_settings.c ] = [ FDirName $(OBOS_TOP) src kernel libroot os ] ;
LinkSharedOSLibs <userland>ppp : <userland>libkernelppp.a <installed>net_stack_tester be ;
@@ -13,4 +13,4 @@ Addon <userland>pppoe : userland network ppp :
DiscoveryPacket.cpp
;
LinkSharedOSLibs <userland>pppoe : libuserlandppp.a <installed>net_stack_tester be ;
LinkSharedOSLibs <userland>pppoe : <userland>libkernelppp.a <installed>net_stack_tester be ;
@@ -6,7 +6,7 @@ UseHeaders [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkerne
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel network ppp shared libkernelppp ] ;
StaticLibrary userlandppp :
StaticLibrary <userland>kernelppp :
KPPPConfigurePacket.cpp
KPPPDevice.cpp
KPPPInterface.cpp