xref: /haiku/src/add-ons/print/transports/print_to_file/Jamfile (revision fae7ea18b62865f5e1159e1678c851d3aa1ddce0)
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 [ TargetLibsupc++ ]
12;
13