Diff between 61e3c8814ae0120d421e14f18013fe75dbffd7ac and 08b96e69c48871d1430dbb71d729adb14a566932

Changed Files

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

Full Patch

diff --git a/.gitignore b/.gitignore
index 7a2af5a..803758b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,7 @@ tools/avtest
 tools/bdaddr
 tools/bluemoon
 tools/seq2bseq
+tools/hex2hcd
 tools/btiotest
 tools/mpris-player
 tools/bluetooth-player
diff --git a/Makefile.tools b/Makefile.tools
index 40f076b..412a998 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -278,7 +278,7 @@ noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
 			tools/btmgmt tools/btinfo tools/btattach \
 			tools/btsnoop tools/btproxy tools/btiotest \
 			tools/mpris-player tools/cltest tools/seq2bseq \
-			tools/ibeacon
+			tools/hex2hcd tools/ibeacon
 
 tools_bdaddr_SOURCES = tools/bdaddr.c src/oui.h src/oui.c
 tools_bdaddr_LDADD = lib/libbluetooth-internal.la @UDEV_LIBS@
@@ -332,6 +332,8 @@ tools_cltest_LDADD = lib/libbluetooth-internal.la
 
 tools_seq2bseq_SOURCES = tools/seq2bseq.c
 
+tools_hex2hcd_SOURCES = tools/hex2hcd.c
+
 tools_ibeacon_SOURCES = tools/ibeacon.c monitor/bt.h \
 				monitor/mainloop.h monitor/mainloop.c \
 				src/shared/io.h src/shared/io-mainloop.c \