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