xref: /haiku/src/preferences/backgrounds/Jamfile (revision 981f1b1135291a4fca290fbdf69910dc2f24abdd)
1SubDir HAIKU_TOP src preferences backgrounds ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders shared ;
6
7Preference Backgrounds :
8	BackgroundImage.cpp
9	Backgrounds.cpp
10	BackgroundsView.cpp
11	ImageFilePanel.cpp
12	: be tracker translation $(TARGET_LIBSUPC++)
13	: Backgrounds.rdef
14	;
15
16