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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user