From e58131e398505b367f4b4564a9d781d5698f40c1 Mon Sep 17 00:00:00 2001 From: beveloper Date: Wed, 23 Oct 2002 18:12:46 +0000 Subject: [PATCH] Excluded the ipr and lpr transport from the build. They use the old net kit api, and need to be updated. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1624 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/print/transports/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/add-ons/print/transports/Jamfile b/src/add-ons/print/transports/Jamfile index f726dfeb77..fa2474b301 100644 --- a/src/add-ons/print/transports/Jamfile +++ b/src/add-ons/print/transports/Jamfile @@ -1,8 +1,8 @@ SubDir OBOS_TOP src add-ons print transports ; # shared must be included first, since its objects are used by the others. -SubInclude OBOS_TOP src add-ons print transports shared ; -SubInclude OBOS_TOP src add-ons print transports ipp ; -SubInclude OBOS_TOP src add-ons print transports lpr ; +# SubInclude OBOS_TOP src add-ons print transports shared ; +# SubInclude OBOS_TOP src add-ons print transports ipp ; +# SubInclude OBOS_TOP src add-ons print transports lpr ; SubInclude OBOS_TOP src add-ons print transports print_to_file ;