summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-01-23 21:31:55 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-01-23 21:32:38 -0800
commit35bc544622d75108487096af0b2ea423ab648a8a (patch)
tree7c4e6c592af8a08655971b152f6520719ddcbc42 /Makefile.tools
parent434228aca40dd9be2a0a2ae73df66c7841602fa7 (diff)
downloadbluez-35bc544622d75108487096af0b2ea423ab648a8a.tar.gz
build: Actually install hex2hcd utility when tools are build
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.tools b/Makefile.tools
index fc80bc653..8a4d9edc0 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -121,7 +121,7 @@ if TOOLS
bin_PROGRAMS += tools/hciattach tools/hciconfig tools/hcitool tools/hcidump \
tools/rfcomm tools/rctest tools/l2test tools/l2ping \
tools/sdptool tools/ciptool tools/bccmd \
- tools/bluemoon tools/mpris-proxy
+ tools/bluemoon tools/hex2hcd tools/mpris-proxy
tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \
tools/hciattach_st.c \
@@ -188,6 +188,8 @@ tools_bccmd_LDADD = lib/libbluetooth-internal.la
tools_bluemoon_SOURCES = tools/bluemoon.c monitor/bt.h
tools_bluemoon_LDADD = src/libshared-mainloop.la
+tools_hex2hcd_SOURCES = tools/hex2hcd.c
+
tools_mpris_proxy_SOURCES = tools/mpris-proxy.c
tools_mpris_proxy_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
@@ -221,7 +223,7 @@ noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
tools/btmgmt tools/btinfo tools/btattach \
tools/btsnoop tools/btproxy \
tools/btiotest tools/mcaptest tools/cltest \
- tools/seq2bseq tools/hex2hcd tools/ibeacon \
+ tools/seq2bseq tools/ibeacon \
tools/btgatt-client tools/btgatt-server
tools_bdaddr_SOURCES = tools/bdaddr.c src/oui.h src/oui.c
@@ -268,8 +270,6 @@ tools_cltest_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la
tools_seq2bseq_SOURCES = tools/seq2bseq.c
-tools_hex2hcd_SOURCES = tools/hex2hcd.c
-
tools_ibeacon_SOURCES = tools/ibeacon.c monitor/bt.h
tools_ibeacon_LDADD = src/libshared-mainloop.la