diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-12-09 14:48:48 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-09 14:48:48 +0100 |
commit | f517557f57de0ea116f4db9a0bbd3b21f70daef3 (patch) | |
tree | 5fe3286b57c7e86553c9ed030b38608016b6012a /Makefile.tools | |
parent | ab5bedd35e146877a4a8a7d9c9b88214e4806ea1 (diff) | |
download | bluez-f517557f57de0ea116f4db9a0bbd3b21f70daef3.tar.gz |
test: Remove unused sdptest utility
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.tools b/Makefile.tools index 169be2c60..85dba0cff 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -153,16 +153,13 @@ endif if TEST bin_PROGRAMS += test/hciemu -noinst_PROGRAMS += test/gaptest test/sdptest \ - test/lmptest test/bdaddr test/agent \ +noinst_PROGRAMS += test/gaptest test/lmptest test/bdaddr test/agent \ test/btiotest test/mpris-player test_hciemu_LDADD = lib/libbluetooth-private.la test_gaptest_LDADD = @DBUS_LIBS@ -test_sdptest_LDADD = lib/libbluetooth-private.la - test_lmptest_LDADD = lib/libbluetooth-private.la test_bdaddr_SOURCES = test/bdaddr.c src/oui.h src/oui.c |