summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrédéric Danis <frederic.danis@linux.intel.com>2013-03-12 14:01:30 +0100
committerDenis Kenzior <denkenz@gmail.com>2013-03-21 10:12:42 -0500
commit770cb383520c20a0b75f13f71ce34ebd669f7e9f (patch)
treeda7029ea451339737df5bbd5815114561035f6f6 /Makefile.am
parent8a1bd0d6570951f69949f9c9cf1a12e8aab63453 (diff)
downloadofono-770cb383520c20a0b75f13f71ce34ebd669f7e9f.tar.bz2
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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