diff options
author | Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com> | 2011-02-24 13:13:23 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-03-10 16:03:40 +0200 |
commit | 2534fbd05a963cd180f04b3c79388e8df1261892 (patch) | |
tree | 782dc3918700284dcea295114dc085f97c85a521 /Makefile.am | |
parent | a37a95fe6db1491e9045350780af826d13c7cdf6 (diff) |
Add Sim Access Profile API
New API for Sim Access Profile.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ec1ca97e5..025f6d392 100644 --- a/Makefile.am +++ b/Makefile.am @@ -359,7 +359,8 @@ EXTRA_DIST += doc/manager-api.txt \ doc/service-api.txt doc/agent-api.txt doc/attribute-api.txt \ doc/serial-api.txt doc/network-api.txt \ doc/input-api.txt doc/audio-api.txt doc/control-api.txt \ - doc/hfp-api.txt doc/health-api.txt doc/assigned-numbers.txt + doc/hfp-api.txt doc/health-api.txt doc/sap-api.txt \ + doc/assigned-numbers.txt AM_YFLAGS = -d |