summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-25 12:06:17 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-02 13:13:46 +0300
commitf2bdd7243e464e5aa132b88efa67d2653c98112a (patch)
tree564513be4e0123c36afb9d6539ac05d0c8117e26 /Makefile.tools
parent4ff9b99292eca193dc0c149722328cb0b1ab0818 (diff)
audio: Remove internal audio IPC
With unix socket and ALSA removed there is no longer any use for the internal IPC.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 5b1efb8e..c770d573 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -163,7 +163,7 @@ sbin_PROGRAMS += test/hciemu
bin_PROGRAMS += test/l2test test/rctest
noinst_PROGRAMS += test/gaptest test/sdptest test/scotest \
- test/attest test/hstest test/avtest test/ipctest \
+ test/attest test/hstest test/avtest \
test/lmptest test/bdaddr test/agent \
test/btiotest test/test-textfile \
test/uuidtest test/mpris-player
@@ -188,9 +188,6 @@ test_avtest_LDADD = lib/libbluetooth-private.la
test_lmptest_LDADD = lib/libbluetooth-private.la
-test_ipctest_SOURCES = test/ipctest.c audio/ipc.h audio/ipc.c
-test_ipctest_LDADD= @GLIB_LIBS@ sbc/libsbc.la
-
test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c
test_bdaddr_LDADD = lib/libbluetooth-private.la