xref: /haiku/src/preferences/backgrounds/Jamfile (revision 239222b2369c39dc52df52b0a7cdd6cc0a91bc92)
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
17