diff options
author | Bruna Moreira <bruna.moreira@openbossa.org> | 2011-03-31 11:59:10 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-04-01 16:43:11 +0300 |
commit | d0b675088ac59fd40ad1946a4d89845930195e7b (patch) | |
tree | e58e9682e509a1d8da2bb2cad3b3463219df5778 /Makefile.tools | |
parent | 6f7add54356eb162223d1a096dd1945bf32366f3 (diff) | |
download | bluez-d0b675088ac59fd40ad1946a4d89845930195e7b.tar.gz |
Remove deprecated attrib plugin
The attrib plugin is deprecated and it is not used anymore. Remove it
and all related configuration. Note that GATT utility (gatttool)
configuration item was moved to Makefile.tools and it is compiled when
--enable-tools is used in configure.
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools index 7c5ff55f5..feef380f1 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -49,6 +49,17 @@ tools_ppporc_LDADD = lib/libbluetooth.la tools_hcieventmask_LDADD = lib/libbluetooth.la +if READLINE +bin_PROGRAMS += attrib/gatttool + +attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \ + attrib/gattrib.c btio/btio.c \ + src/glib-helper.h src/glib-helper.c \ + attrib/gatttool.h attrib/interactive.c \ + attrib/utils.c +attrib_gatttool_LDADD = lib/libbluetooth.la @GLIB_LIBS@ @READLINE_LIBS@ +endif + dist_man_MANS += tools/rfcomm.1 tools/l2ping.8 \ tools/hciattach.8 tools/hciconfig.8 \ tools/hcitool.1 tools/sdptool.1 tools/ciptool.1 |