diff --git a/src/add-ons/print/drivers/Jamfile b/src/add-ons/print/drivers/Jamfile index 1f18734ddf..69a2f385fc 100644 --- a/src/add-ons/print/drivers/Jamfile +++ b/src/add-ons/print/drivers/Jamfile @@ -2,4 +2,6 @@ SubDir OBOS_TOP src add-ons print drivers ; SubInclude OBOS_TOP src add-ons print drivers canon_lips ; SubInclude OBOS_TOP src add-ons print drivers pcl5 ; +SubInclude OBOS_TOP src add-ons print drivers pcl6 ; SubInclude OBOS_TOP src add-ons print drivers pdf ; +SubInclude OBOS_TOP src add-ons print drivers postscript ;