From 549477e1f759d31ef8480c90a5dad469e4c3d1a3 Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Fri, 14 Dec 2018 14:09:20 -0800 Subject: [PATCH] mesh: Add default location for Mesh Node storage Change-Id: I3f1581a7bce759df96c9df111aaaf5df73bb4f8c Signed-off-by: Anupam Roy --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8240b5e..ae3dfe8 100755 --- a/configure.ac +++ b/configure.ac @@ -403,6 +403,7 @@ AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files]) AC_SUBST(CONFIGDIR, "${configdir}") + AC_DEFINE_UNQUOTED(MESH_STORAGEDIR, "${storagedir}/mesh", [Directory for the mesh daemon storage files]) -- 2.7.4