summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2009-10-09 17:45:37 +0300
committerAki Niemi <aki.niemi@nokia.com>2009-10-16 11:18:52 +0300
commit86b6cd91c94d714e9353b0532f801dee349ce40e (patch)
tree71a5276c3047e6bc1e2f86996d8e31f0de0e74a5 /Makefile.am
parent74cc9cb4b7450184743c0f972650a4c48b77d223 (diff)
downloadofono-86b6cd91c94d714e9353b0532f801dee349ce40e.tar.bz2
isimodem/voicecall.c: initial version
Implementing all the voicecall methods. Tested with Nokia 2008 modems. - problems in call creation are probably not reported properly - deflect not implemented in modem, not properly tested TODO: Clean up style issues and align with other drivers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 483c958f..99dcd150 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,6 +77,8 @@ builtin_sources += $(gisi_sources) \
drivers/isimodem/devinfo.c \
drivers/isimodem/network-registration.c \
drivers/isimodem/voicecall.c \
+ drivers/isimodem/isi-call.h \
+ drivers/isimodem/isi-call-debug.c \
drivers/isimodem/sms.c \
drivers/isimodem/cbs.c \
drivers/isimodem/sim.c \