btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / bin / network / pppconfig / Jamfile
blob8c8b9fa95662b20ff351082e637e57ba4391cb11
1 SubDir HAIKU_TOP src bin network pppconfig ;
3 SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ;
5 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6         UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
7                 # We need the public network headers also when not compiling for Haiku.
8                 # Unfortunately we get more than we want, namely all POSIX headers.
11 UsePrivateKernelHeaders ;
12 UsePrivateHeaders net ;
13 UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared libppp
14         headers ] : true ;
15 UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp shared
16         libkernelppp headers ] : true ;
18 BinCommand pppconfig :
19         pppconfig.cpp
20         :
21         be libppp.a [ TargetLibsupc++ ] libbsd.so $(TARGET_NETWORK_LIBS)
24 # Installation
25 HaikuInstall install-ppp
26         : /boot/home/config/non-packaged/bin
27         : pppconfig ;