summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2015-03-13 13:41:50 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-03-13 15:03:48 +0100
commit07861ffd100e140f8308e31b3f9285ed3ab3442c (patch)
tree194109e0b9785c470c202ce6832b0395bd61c783 /Makefile.tools
parent33fa99fb341e054f1c2fa2ac731c1d76093c80a9 (diff)
downloadbluez-07861ffd100e140f8308e31b3f9285ed3ab3442c.tar.gz
tools/bneptest: Add initial support for bneptest tool
This tool should be designed to help testing bnep on BlueZ.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.tools b/Makefile.tools
index e28f3cba1..1d2dc9446 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -223,9 +223,9 @@ noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
tools/hcieventmask tools/hcisecfilter \
tools/btmgmt tools/btinfo tools/btattach \
tools/btsnoop tools/btproxy \
- tools/btiotest tools/mcaptest tools/cltest \
- tools/oobtest tools/seq2bseq tools/ibeacon \
- tools/btgatt-client tools/btgatt-server
+ tools/btiotest tools/bneptest tools/mcaptest \
+ tools/cltest tools/oobtest tools/seq2bseq \
+ tools/ibeacon tools/btgatt-client tools/btgatt-server
tools_bdaddr_SOURCES = tools/bdaddr.c src/oui.h src/oui.c
tools_bdaddr_LDADD = lib/libbluetooth-internal.la @UDEV_LIBS@
@@ -267,6 +267,12 @@ tools_mcaptest_SOURCES = tools/mcaptest.c \
profiles/health/mcap.h profiles/health/mcap.c
tools_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
+tools_bneptest_SOURCES = tools/bneptest.c \
+ btio/btio.h btio/btio.c \
+ src/log.h src/log.c \
+ profiles/network/bnep.h profiles/network/bnep.c
+tools_bneptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
+
tools_cltest_SOURCES = tools/cltest.c
tools_cltest_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la