From 770cb383520c20a0b75f13f71ce34ebd669f7e9f Mon Sep 17 00:00:00 2001 From: Frédéric Danis Date: Tue, 12 Mar 2013 14:01:30 +0100 Subject: dun_gw: Add BlueZ 5 version This patch adds initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. The DUN GW profile interface is registered as soon as a GPRS capable modem is registered in oFono. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bf4806b5..ebe20bdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -443,6 +443,9 @@ builtin_sources += plugins/hfp_hf_bluez5.c plugins/bluez5.h builtin_modules += hfp_ag_bluez5 builtin_sources += plugins/hfp_ag_bluez5.c plugins/bluez5.h + +builtin_modules += dun_gw_bluez5 +builtin_sources += plugins/dun_gw_bluez5.c plugins/bluez5.h endif endif endif -- cgit v1.2.3