diff --git a/.gitignore b/.gitignore
index 7a2af5a..803758b 100644
--- a/.gitignore
+++ b/.gitignore
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
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@
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 \