xref: /haiku/src/bin/desklink/Jamfile (revision 1c09002cbee8e797a0f8bbfc5678dfadd39ee1a7)
1SubDir HAIKU_TOP src bin desklink ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders app interface shared ;
6
7BinCommand desklink :
8	desklink.cpp
9	DeskButton.cpp
10	MediaReplicant.cpp
11	MixerControl.cpp
12	VolumeControl.cpp
13	VolumeWindow.cpp
14
15	: be libmedia.so $(TARGET_LIBSUPC++)
16	: desklink.rdef
17;
18