summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-02-20 16:03:42 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-02-20 16:03:42 +0100
commit3bb5375bf558e43f47d88deeabb2a129965b4b9e (patch)
treee602822f12ef61652f33f22f88500f58a8eaa0ae /Makefile.tools
parent7849fbbcc8daa02cb2c436859d7db5d1556662df (diff)
tracer: Remove wrong attempt in building a HCI mointor in userspace
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 19a4b04f..fdd4329b 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -76,15 +76,6 @@ CLEANFILES += tools/lexer.c tools/parser.c tools/parser.h
EXTRA_DIST += tools/rfcomm.conf
-if TRACER
-sbin_PROGRAMS += tracer/hcitrace
-
-tracer_hcitrace_SOURCES = tracer/main.c
-tracer_hcitrace_LDADD = lib/libbluetooth-private.la \
- @GLIB_LIBS@ @DBUS_LIBS@ @CAPNG_LIBS@
-tracer_hcitrace_DEPENDENCIES = lib/libbluetooth-private.la
-endif
-
if BCCMD
sbin_PROGRAMS += tools/bccmd