Diff between fdc9c48c6a2202d818e616c360b54dc2a7222642 and 3063f6794a5f6e9f30f124071d4cff95bfa7b2d6

Changed Files

File Additions Deletions Status
Makefile.tools +3 -1 modified

Full Patch

diff --git a/Makefile.tools b/Makefile.tools
index 9ffb29a..57a918f 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -196,7 +196,9 @@ 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_btsnoop_SOURCES = tools/btsnoop.c \
+				src/shared/pcap.h src/shared/pcap.c \
+				src/shared/btsnoop.h src/shared/btsnoop.c
 
 tools_btiotest_SOURCES = tools/btiotest.c btio/btio.h btio/btio.c
 tools_btiotest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@