From 0e02229ceb7d3a1ad2537678931dcd2a63285807 Mon Sep 17 00:00:00 2001 From: Tony Espy Date: Thu, 17 Dec 2015 18:29:15 -0500 Subject: build: add support for upower plugin --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8bbe25ce..962ead9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -517,6 +517,11 @@ builtin_sources += plugins/bluez5.c plugins/bluez5.h builtin_modules += hfp_ag_bluez5 builtin_sources += plugins/hfp_ag_bluez5.c plugins/bluez5.h endif + +if UPOWER +builtin_modules += upower +builtin_sources += plugins/upower.c +endif endif if PROVISION -- cgit v1.2.3