xref: /haiku/src/preferences/backgrounds/Jamfile (revision 0b2dbe7d46ee888392907c60131b7f7652314175)
1SubDir OBOS_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