diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-08-23 09:52:49 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-08-23 09:52:49 -0700 |
commit | d815cc4adfde86367b4a93c65f9cc499f6b55647 (patch) | |
tree | 7a54ec2cad4b7725a8ff1690a7c62e83dfa7e774 /Makefile.tools | |
parent | 3a5c84b3d075b4538a52f5bc3ec29b1e7c04ecd9 (diff) |
tools: Use btsnoop constants in conversion utility
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools index 0509e688f..816cdc01b 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -194,6 +194,8 @@ tools_btmgmt_SOURCES = tools/btmgmt.c src/glib-helper.c src/eir.c \ src/shared/mgmt.h src/shared/mgmt.c tools_btmgmt_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ +tools_btsnoop_SOURCES = tools/btsnoop.c monitor/btsnoop.h monitor/btsnoop.c + tools_btiotest_SOURCES = tools/btiotest.c btio/btio.h btio/btio.c tools_btiotest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ |