BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / network / devices / dialup / Jamfile
blob0af067f21bc9a9caecbb34730a572f4546137251
1 SubDir HAIKU_TOP src add-ons kernel network devices dialup ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 if $(TARGET_PLATFORM) != haiku {
6         UseHeaders [ FStandardOSHeaders ] : true ;
7                 # Needed for <support/Errors.h> and maybe other stuff.
8         UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
9                 # We need the public network headers also when not compiling for Haiku.
10                 # Unfortunately we get more than we want, namely all POSIX headers.
13 UsePrivateKernelHeaders ;
14 UsePrivateHeaders net ;
16 KernelAddon dialup :
17         dialup.cpp