From c8bacaff6c8678da185eebc622ead14e1dddf445 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 8 Mar 2018 15:00:21 +0200 Subject: [PATCH] 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. --- Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3