xref: /haiku/src/preferences/backgrounds/Jamfile (revision 6f9fc3e68228409896e9e49eae323734a5144c37)
1SubDir HAIKU_TOP src preferences backgrounds ;
2
3UsePrivateHeaders shared ;
4
5Preference Backgrounds :
6	BackgroundImage.cpp
7	Backgrounds.cpp
8	BackgroundsView.cpp
9	ImageFilePanel.cpp
10	: be tracker translation $(TARGET_LIBSUPC++) liblocale.so
11	: Backgrounds.rdef
12	;
13
14DoCatalogs Backgrounds :
15	x-vnd.Haiku-Backgrounds
16	:
17	Backgrounds.cpp
18	BackgroundsView.cpp
19	ImageFilePanel.cpp
20	: en.catalog
21	: bg.catkeys de.catkeys eo.catkeys fr.catkeys hu.catkeys ja.catkeys
22	  lt.catkeys pl.catkeys pt.catkeys sv.catkeys uk.catkeys
23	;
24
25