xref: /haiku/src/add-ons/print/transports/print_to_file/Jamfile (revision 4466b89c65970de4c7236ac87faa2bee4589f413)
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