xref: /haiku/src/preferences/sounds/Jamfile (revision d3d8b26997fac34a84981e6d2b649521de2cc45a)
1SubDir HAIKU_TOP src preferences sounds ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5if $(TARGET_PLATFORM) != haiku {
6        SubDirC++Flags -fmultiple-symbol-spaces ;
7}
8
9Preference Sounds :
10	HApp.cpp
11	HEventItem.cpp
12	HWindow.cpp
13	HEventList.cpp
14	: be game tracker libmedia.so
15	: Sounds.rdef
16	;
17