SubDir HAIKU_TOP src preferences media ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
	SubDirC++Flags -fmultiple-symbol-spaces ;
}

UsePrivateHeaders media shared ;

Preference Media :
	Media.cpp
	MediaAlert.cpp
	MediaIcons.cpp
	MediaListItem.cpp
	MediaViews.cpp
	MediaWindow.cpp
	: media be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
	: media.rdef
	;

DoCatalogs Media
	: x-vnd.Haiku-Media
	: MediaViews.cpp
	  MediaWindow.cpp
;
