diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-12 13:59:40 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-12 14:01:14 +0200 |
commit | c4c943669719d01b1b7c2c1e6ead9ab81e502c9f (patch) | |
tree | ec59596595d0666539d8dbd3001357d5173b398e /Makefile.am | |
parent | 6d326f37688d9f50e59706b090bdb1c5a65e9aa1 (diff) | |
download | bluez-c4c943669719d01b1b7c2c1e6ead9ab81e502c9f.tar.gz |
plugins: Remove service plugin (replaced by Profile interface)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0ec77ef4a..eb4e5f281 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,7 +196,7 @@ endif EXTRA_DIST += $(test_scripts) EXTRA_DIST += doc/adapter-api.txt doc/device-api.txt doc/profile-api.txt \ - doc/service-api.txt doc/agent-api.txt doc/attribute-api.txt \ + doc/agent-api.txt doc/attribute-api.txt \ doc/network-api.txt doc/control-api.txt doc/health-api.txt \ doc/sap-api.txt doc/media-api.txt doc/assigned-numbers.txt \ doc/supported-features.txt doc/alert-api.txt doc/mgmt-api.txt \ |