diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-09-28 19:58:33 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-09-28 20:01:12 -0500 |
commit | d6b55b5844c169a1dd044333d57e4f366396f6f4 (patch) | |
tree | 92df89afda16abd3e9600c47ca2c7f88099f558a | |
parent | 0b97a240f74e67a1cf4c8ff2592621815ec559a0 (diff) | |
download | ofono-d6b55b5844c169a1dd044333d57e4f366396f6f4.tar.bz2 |
build: docs for pushnotification and smartmessaging
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f422ee63..7874502e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -326,7 +326,9 @@ doc_files = doc/overview.txt doc/ofono-paper.txt \ doc/call-forwarding-api.txt doc/call-settings-api.txt \ doc/call-meter-api.txt \ doc/supplementaryservices-api.txt \ - doc/connman-api.txt doc/features.txt + doc/connman-api.txt doc/features.txt \ + doc/pushnotification-api.txt \ + doc/smartmessaging-api.txt test_scripts = test/backtrace \ test/create-context \ |