summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2018-03-08 15:00:21 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2018-03-08 15:00:21 +0200
commitc8bacaff6c8678da185eebc622ead14e1dddf445 (patch)
treee633441470cfe879d29d6319423c6652d43b9050 /Makefile.tools
parent5fdcfa515e5820e5906f0b8ed9cc73dc39a3131d (diff)
downloadbluez-c8bacaff6c8678da185eebc622ead14e1dddf445.tar.gz
build: Include Mesh JSON files unconditionally in EXTRA_DIST
We always want the JSON files to be part of the generated tarball, and not just when --enable-mesh has been given.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index c2d81a884..f7ab77de1 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -32,9 +32,9 @@ 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
+endif
EXTRA_DIST += mesh/local_node.json mesh/prov_db.json
-endif
if MONITOR
bin_PROGRAMS += monitor/btmon