xref: /haiku/src/preferences/backgrounds/Jamfile (revision 2db0fbd87ec3eeed8ab9b08ecfd1c41891c7e3a6)
1SubDir HAIKU_TOP src preferences backgrounds ;
2
3UsePrivateHeaders preferences shared ;
4
5Preference Backgrounds :
6	BackgroundImage.cpp
7	Backgrounds.cpp
8	BackgroundsView.cpp
9	ImageFilePanel.cpp
10	: be tracker translation [ TargetLibsupc++ ] localestub
11	: Backgrounds.rdef
12	;
13
14DoCatalogs Backgrounds :
15	x-vnd.Haiku-Backgrounds
16	:
17	Backgrounds.cpp
18	BackgroundsView.cpp
19	ImageFilePanel.cpp
20;
21
22