From fdf0ec006e361f1e721a26e6bef2f2d5b6cced69 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Sun, 22 Mar 2015 19:50:47 +0200 Subject: [PATCH] build: Add advertising-api.txt to EXTRA_DIST This ensure it is included in the release tarball. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 90bb86bae..af15e9e34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -249,7 +249,7 @@ EXTRA_DIST += doc/mgmt-api.txt \ EXTRA_DIST += doc/alert-api.txt \ doc/proximity-api.txt doc/heartrate-api.txt \ doc/thermometer-api.txt doc/cyclingspeed-api.txt \ - doc/gatt-api.txt + doc/gatt-api.txt doc/advertising-api.txt EXTRA_DIST += doc/obex-api.txt doc/obex-agent-api.txt -- 2.47.3