diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-01-12 12:17:21 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-01-12 12:18:35 -0800 |
commit | dd0403ba18ec85f22e6df018a3c47d965c80803a (patch) | |
tree | a48b0851a3c9df42a1a3cdb02de7e729942ea534 /Makefile.tools | |
parent | da6f8e532c4562979aeff211588cea1810dc0808 (diff) |
shared: Use queue for handling hciemu post command hooks
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools index 338365d5c..7c942a30a 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -94,6 +94,8 @@ tools_smp_tester_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ tools_gap_tester_SOURCES = tools/gap-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ + src/shared/util.h src/shared/util.c \ + src/shared/queue.h src/shared/queue.c \ src/shared/hciemu.h src/shared/hciemu.c \ src/shared/tester.h src/shared/tester.c tools_gap_tester_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ |