SubDir HAIKU_TOP src bin desklink ;

SetSubDirSupportedPlatformsBeOSCompatible ;

UsePrivateHeaders app interface shared ;

BinCommand desklink :
	desklink.cpp
	DeskButton.cpp
	MediaReplicant.cpp
	MixerControl.cpp
	VolumeControl.cpp
	VolumeWindow.cpp

	: be libmedia.so $(TARGET_LIBSUPC++)
	: desklink.rdef
;
