summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2021-05-16 22:23:57 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-19 10:52:53 -0700
commit980bd585c38a0b9578c0f857c20b86c7fc6feffe (patch)
tree1e6a82698fdc8edae06863d418d0e9d6c725ca5c /configure.ac
parent47f51a98c521f937edb4edacd9d9a52f272520a3 (diff)
downloadbluez-980bd585c38a0b9578c0f857c20b86c7fc6feffe.tar.gz
mesh: Add manpage for bluetooth-meshd daemon
This adds manpage with a brief description of BLuettoth Mesh daemon command line options.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5157da1b5..af700eb13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -392,6 +392,7 @@ AC_SUBST(CONFIGDIR, "${configdir}")
AC_DEFINE_UNQUOTED(MESH_STORAGEDIR, "${storagedir}/mesh",
[Directory for the mesh daemon storage files])
+AC_SUBST(MESH_STORAGEDIR, "${storagedir}/mesh")
AC_ARG_ENABLE(android, AC_HELP_STRING([--enable-android],
[enable BlueZ for Android]),
@@ -415,4 +416,4 @@ fi
AC_DEFINE_UNQUOTED(ANDROID_STORAGEDIR, "${storagedir}/android",
[Directory for the Android daemon storage files])
-AC_OUTPUT(Makefile src/bluetoothd.rst lib/bluez.pc)
+AC_OUTPUT(Makefile src/bluetoothd.rst lib/bluez.pc mesh/bluetooth-meshd.rst)