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