Diff between 7d3ae3c45f510dc2f713cc071c8a31fb0daa9bdd and f8dc3c2293e13781c11f16495e90369161c5fc75

Changed Files

File Additions Deletions Status
Makefile.tools +3 -3 modified
tools/mpris-proxy.c +0 -0 renamed

Full Patch

diff --git a/Makefile.tools b/Makefile.tools
index 9226386..bf38b5d 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -279,7 +279,7 @@ noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
 			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
@@ -336,8 +336,8 @@ tools_btproxy_SOURCES = tools/btproxy.c monitor/bt.h \
 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