xref: /haiku/src/add-ons/print/transports/print_to_file/Jamfile (revision b6b0567fbd186f8ce8a0c90bdc7a7b5b4c649678)
1SubDir HAIKU_TOP src add-ons print transports print_to_file ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5# In case of changing the name of this transport add-on
6# the method NeedsLocking() in src/servers/print/ResourceManager.cpp
7# has to be updated as well.
8Addon Print\ To\ File :
9	print_transport.cpp
10	FileSelector.cpp
11	: be tracker $(TARGET_LIBSUPC++)
12;
13
14Package haiku-printingkit-cvs :
15	Print\ To\ File :
16	boot home config add-ons Print transport ;
17