From ba4d51606bdec565732e58531ee846fc537bcce8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Mar 2014 22:30:04 -0700 Subject: [PATCH] build: Add timeout abstraction to Bluetooth emulation --- Makefile.tools | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.tools b/Makefile.tools index 7ffdbc6e1..55c622fb5 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -46,6 +46,8 @@ noinst_PROGRAMS += emulator/btvirt emulator/b1ee emulator/hfp tools/3dsp \ emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \ monitor/mainloop.h monitor/mainloop.c \ + src/shared/timeout.h \ + src/shared/timeout-mainloop.c \ src/shared/util.h src/shared/util.c \ src/shared/crypto.h src/shared/crypto.c \ emulator/server.h emulator/server.c \ -- 2.47.3