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