summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2018-03-05 12:08:21 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2018-03-06 09:48:22 +0200
commitdfd5144eef56b3fc46e2188ec3c938338806cb75 (patch)
tree43dda545129c3ae21b6fab30d5403f4cdbcfc7dd /Makefile.tools
parentfeddc8249f32a004eeb3bd4c764a50c5b2f33c81 (diff)
downloadbluez-dfd5144eef56b3fc46e2188ec3c938338806cb75.tar.gz
mesh: Add sample JSON files to EXTRA_DIST
This adds mesh/local_node.json and mesh/prov_db.json samples to be included with dist tarball.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 71d083e71..c2d81a884 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -32,6 +32,8 @@ mesh_meshctl_SOURCES = mesh/main.c \
mesh_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
lib/libbluetooth-internal.la \
@GLIB_LIBS@ @DBUS_LIBS@ -ljson-c -lreadline
+
+EXTRA_DIST += mesh/local_node.json mesh/prov_db.json
endif
if MONITOR