diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-12 16:43:34 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-12 16:43:34 -0700 |
commit | 89bbf66ae8cf877b53cd277c45058145bff2ca3e (patch) | |
tree | 414be5db9909885375cb2a1c0675a9aaef4a17dd /doc/Makefile.am | |
parent | c5bee783fa472b77948fce54825b82b46442a5cf (diff) | |
download | ofono-89bbf66ae8cf877b53cd277c45058145bff2ca3e.tar.bz2 |
Add API documentation for voice call interfaces
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4c9473e8..9ae9ff79 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,7 @@ man_MANS = ofonod.8 EXTRA_DIST = $(man_MANS) overview.txt \ - manager-api.txt modem-api.txt network-api.txt + manager-api.txt modem-api.txt network-api.txt \ + voicecallmanager-api.txt voicecall-api.txt MAINTAINERCLEANFILES = Makefile.in |