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