All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: Include Mesh JSON files unconditionally in EXTRA_DIST
@ 2018-03-08 13:01 Johan Hedberg
  0 siblings, 0 replies; only message in thread
From: Johan Hedberg @ 2018-03-08 13:01 UTC (permalink / raw)
  To: linux-bluetooth

From: Johan Hedberg <johan.hedberg@intel.com>

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 c2d81a884e7d..f7ab77de1784 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.14.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-08 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 13:01 [PATCH] build: Include Mesh JSON files unconditionally in EXTRA_DIST Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.