summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.tools4
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7a2af5a38..803758b1d 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 40f076bea..412a99887 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 \