From ffb795a2e7061039eb549cddc0c5e7c381739562 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 20:58:24 +0100 Subject: [PATCH] test: Move mpris-player utility into tools directory --- .gitignore | 2 +- Makefile.tools | 9 ++++----- {test => tools}/mpris-player.c | 0 3 files changed, 5 insertions(+), 6 deletions(-) rename {test => tools}/mpris-player.c (100%) diff --git a/.gitignore b/.gitignore index 1142092e2..078c4ac7e 100644 --- a/.gitignore +++ b/.gitignore @@ -54,9 +54,9 @@ tools/sdptool tools/avtest tools/bdaddr tools/btiotest +tools/mpris-player test/agent test/gaptest -test/mpris-player test/sap_client.pyc test/bluezutils.pyc unit/test-eir diff --git a/Makefile.tools b/Makefile.tools index 52a286085..36b43dc26 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -9,7 +9,7 @@ noinst_PROGRAMS += tools/avinfo tools/avtest tools/scotest \ tools/hcieventmask tools/hcisecfilter \ tools/btmgmt tools/btattach tools/btsnoop \ monitor/btmon emulator/btvirt emulator/b1ee \ - tools/btiotest + tools/btiotest tools/mpris-player tools_rfcomm_LDADD = lib/libbluetooth-private.la @@ -94,6 +94,8 @@ endif tools_btiotest_SOURCES = tools/btiotest.c btio/btio.h btio/btio.c tools_btiotest_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ +tools_mpris_player_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ + tools_bccmd_SOURCES = tools/bccmd.c tools/csr.h tools/csr.c \ tools/csr_hci.c tools/csr_h4.c tools/csr_3wire.c \ tools/csr_bcsp.c tools/ubcsp.h tools/ubcsp.c @@ -148,14 +150,11 @@ endif if TEST -noinst_PROGRAMS += test/gaptest test/agent test/mpris-player +noinst_PROGRAMS += test/gaptest test/agent test_gaptest_LDADD = @DBUS_LIBS@ test_agent_LDADD = @DBUS_LIBS@ - -test_mpris_player_SOURCES = test/mpris-player.c -test_mpris_player_LDADD = @DBUS_LIBS@ @GLIB_LIBS@ endif EXTRA_DIST += test/sap_client.py test/bluezutils.py \ diff --git a/test/mpris-player.c b/tools/mpris-player.c similarity index 100% rename from test/mpris-player.c rename to tools/mpris-player.c -- 2.47.3