Fix the build of LPR and IPP print transport add-ons, which I've broken when moving

un-POSIX network headers files (ex: sys/socketvar.h) to private headers.
Still some warnings to fix, thought...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5499 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2003-11-29 18:07:26 +00:00
parent 30060f173a
commit 3c65e26e48
3 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
SubDir OBOS_TOP src add-ons print transports ipp ;
UsePrivateHeaders net ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
Addon IPP
@@ -22,5 +24,5 @@ ObjectReferences
<src!add-ons!print!transports!shared>DbgMsg.o
;
LinkSharedOSLibs IPP : be stdc++.r4 ;
LinkSharedOSLibs IPP : be net stdc++.r4 ;
+3 -1
View File
@@ -2,6 +2,8 @@ SubDir OBOS_TOP src add-ons print transports lpr ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
UsePrivateHeaders net ;
Addon LPR
: print transport
: Lpr.cpp
@@ -19,5 +21,5 @@ ObjectReferences
<src!add-ons!print!transports!shared>DbgMsg.o
;
LinkSharedOSLibs LPR : be stdc++.r4 ;
LinkSharedOSLibs LPR : be net stdc++.r4 ;
@@ -1,5 +1,7 @@
SubDir OBOS_TOP src add-ons print transports shared ;
UsePrivateHeaders net ;
SetupObjectsDir ;
Objects