diff --git a/Makefile.tools b/Makefile.tools
index 9226386..bf38b5d 100644
--- a/Makefile.tools
+++ b/Makefile.tools
tools/hcieventmask tools/hcisecfilter \
tools/btmgmt tools/btinfo tools/btattach \
tools/btsnoop tools/btproxy tools/btiotest \
- tools/mpris-player tools/cltest tools/seq2bseq \
+ tools/mpris-proxy tools/cltest tools/seq2bseq \
tools/hex2hcd tools/ibeacon
tools_bdaddr_SOURCES = tools/bdaddr.c src/oui.h src/oui.c
tools_btiotest_SOURCES = tools/btiotest.c btio/btio.h btio/btio.c
tools_btiotest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
-tools_mpris_player_SOURCES = tools/mpris-player.c
-tools_mpris_player_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
+tools_mpris_proxy_SOURCES = tools/mpris-proxy.c
+tools_mpris_proxy_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
tools_cltest_SOURCES = tools/cltest.c monitor/mainloop.h monitor/mainloop.c
tools_cltest_LDADD = lib/libbluetooth-internal.la
diff --git a/tools/mpris-player.c b/tools/mpris-proxy.c
similarity index 100%
rename from tools/mpris-player.c
rename to tools/mpris-proxy.c