From 850c1811fc7e692f984b70c1e44538c8577679e0 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 20 Feb 2013 18:55:45 -0300 Subject: handsfree-audio: Add Manager registration Adds the initial implementation of new experimental Handsfree Audio Manager interface. This patch adds the interface registration and the declaration of it's methods. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ef4d3148..76d33b45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -507,7 +507,8 @@ src_ofonod_SOURCES = $(gdbus_sources) $(builtin_sources) src/ofono.ver \ src/gnssagent.c src/gnssagent.h \ src/cdma-smsutil.h src/cdma-smsutil.c \ src/cdma-sms.c src/private-network.c src/cdma-netreg.c \ - src/cdma-provision.c src/handsfree.c + src/cdma-provision.c src/handsfree.c \ + src/handsfree-audio.c src_ofonod_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ -ldl -- cgit v1.2.3