summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-08-07 10:50:32 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-07-22 13:31:46 -0700
commit037ed8c5b12a1c80791af5df50fa93428dbc9f17 (patch)
tree8096790a6244942cc6bd320a57d76679240f5934 /Makefile.tools
parent26ee34d7be40ec189811908d7351ec24d11b5db0 (diff)
downloadbluez-037ed8c5b12a1c80791af5df50fa93428dbc9f17.tar.gz
tools: Add isotest tool
This adds isotest tool which can be used to test ISO sockets.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index f2f82062c..4e5ff73b0 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -207,7 +207,7 @@ endif
if TOOLS
bin_PROGRAMS += tools/rctest tools/l2test tools/l2ping tools/bluemoon \
- tools/hex2hcd tools/mpris-proxy tools/btattach
+ tools/hex2hcd tools/mpris-proxy tools/btattach tools/isotest
noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
tools/scotest tools/amptest tools/hwdb \
@@ -319,6 +319,8 @@ tools_gatt_service_SOURCES = tools/gatt-service.c
tools_gatt_service_LDADD = gdbus/libgdbus-internal.la \
src/libshared-mainloop.la $(GLIB_LIBS) $(DBUS_LIBS)
+tools_isotest_LDADD = lib/libbluetooth-internal.la
+
profiles_iap_iapd_SOURCES = profiles/iap/main.c
profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la $(GLIB_LIBS) $(DBUS_LIBS)