Enabled building of IPP/LPR. Linking does not fail anymore, because of fixed bug in headers/posix/sys/socket.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c47667231a
commit
4701d4b55a
@ -1,9 +1,9 @@
|
||||
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 parallel_port ;
|
||||
SubInclude OBOS_TOP src add-ons print transports print_to_file ;
|
||||
SubInclude OBOS_TOP src add-ons print transports serial_port ;
|
||||
|
Loading…
Reference in New Issue
Block a user