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
This commit is contained in:
beveloper 2002-10-23 18:12:46 +00:00
parent f510e6ce60
commit e58131e398

View File

@ -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 ;