Diff between 9279fa34fe11eb3651200b38e0a11a5e2176afc1 and 68b42ae96a3580fe0e4650d504f47e79f4c49021

Changed Files

File Additions Deletions Status
Makefile.am +1 -1 modified
Makefile.tools +1 -1 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index ab6f8b7..7ead631 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/agent-api.txt doc/attribute-api.txt \
+		doc/agent-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 \
diff --git a/Makefile.tools b/Makefile.tools
index c0d6656..c897f89 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -163,7 +163,7 @@ test_scripts += test/sap_client.py test/bluezutils.py \
 		test/test-discovery test/test-manager test/test-adapter \
 		test/test-device test/test-service test/simple-agent \
 		test/simple-service test/simple-endpoint test/test-sap-server \
-		test/test-oob test/test-attrib test/test-proximity \
+		test/test-oob test/test-proximity \
 		test/test-thermometer test/test-profile test/test-health \
 		test/test-health-sink test/service-record.dtd \
 		test/service-did.xml test/service-spp.xml test/service-opp.xml \