xref: /haiku/src/preferences/backgrounds/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src preferences backgrounds ;
2
3UsePrivateHeaders shared ;
4
5Preference Backgrounds :
6	BackgroundImage.cpp
7	BGMain.cpp
8	BGView.cpp
9	BGWindow.cpp
10	: libbe.so libtracker.so libtranslation.so
11	: Backgrounds.rdef
12	;
13