From b0b1f5640cbd73509ad5622db6cd97b481acc299 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Mar 2014 22:29:23 -0700 Subject: [PATCH] build: Add timeout abstraction to main Bluetooth daemon --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 700b95690..cd903b975 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,6 +152,7 @@ src_bluetoothd_SOURCES = $(builtin_sources) \ src/dbus-common.c src/dbus-common.h \ src/eir.h src/eir.c \ src/shared/io.h src/shared/io-glib.c \ + src/shared/timeout.h src/shared/timeout-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ src/shared/mgmt.h src/shared/mgmt.c -- 2.47.3