aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJan Palus <jpalus@fastmail.com>2024-04-15 11:44:40 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-15 10:04:27 -0400
commit1955b833c7a790b1f97000773a7aa985dd84a73d (patch)
tree92815cd5a737ec5d7abc75a44a499e479963ed40
parentf1a7ab0ef75b9e11f04a028b50d4172a4b5f8601 (diff)
build: list new tools/tester.h header in sources
This fixes dist tarballs missing the header.
-rw-r--r--Makefile.tools6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 27a753762d..679c914bf8 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -135,7 +135,7 @@ tools_mesh_tester_SOURCES = tools/mesh-tester.c monitor/bt.h \
tools_mesh_tester_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la $(GLIB_LIBS)
-tools_l2cap_tester_SOURCES = tools/l2cap-tester.c monitor/bt.h \
+tools_l2cap_tester_SOURCES = tools/l2cap-tester.c tools/tester.h monitor/bt.h \
emulator/hciemu.h emulator/hciemu.c \
emulator/vhci.h emulator/vhci.c \
emulator/btdev.h emulator/btdev.c \
@@ -182,7 +182,7 @@ tools_gap_tester_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la \
$(GLIB_LIBS) $(DBUS_LIBS)
-tools_sco_tester_SOURCES = tools/sco-tester.c monitor/bt.h \
+tools_sco_tester_SOURCES = tools/sco-tester.c tools/tester.h monitor/bt.h \
emulator/hciemu.h emulator/hciemu.c \
emulator/vhci.h emulator/vhci.c \
emulator/btdev.h emulator/btdev.c \
@@ -203,7 +203,7 @@ tools_userchan_tester_SOURCES = tools/userchan-tester.c monitor/bt.h \
tools_userchan_tester_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la $(GLIB_LIBS)
-tools_iso_tester_SOURCES = tools/iso-tester.c monitor/bt.h \
+tools_iso_tester_SOURCES = tools/iso-tester.c tools/tester.h monitor/bt.h \
emulator/hciemu.h emulator/hciemu.c \
emulator/vhci.h emulator/vhci.c \
emulator/btdev.h emulator/btdev.c \