xref: /haiku/src/preferences/sounds/Jamfile (revision 0d452c8f34013b611a54c746a71c05e28796eae2)
1SubDir HAIKU_TOP src preferences sounds ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders interface ;
6
7Preference Sounds :
8	HApp.cpp
9	HWindow.cpp
10	HEventList.cpp
11	: be libcolumnlistview.a game $(HAIKU_LOCALE_LIBS) tracker libmedia.so
12		$(TARGET_LIBSUPC++)
13	: Sounds.rdef
14	;
15
16DoCatalogs Sounds :
17	x-vnd.Haiku-Sounds
18	:
19	HApp.cpp
20	HWindow.cpp
21	HEventList.cpp
22	: en.catalog
23	;
24