From d2a72dd6710cd43fe5930664e8eb2c7aa97482e7 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 12 Apr 2019 16:07:41 +0200 Subject: install: Fix installations to pkglibexecdir In 78bce4800 libexecdir was switched to pkglibexecdir. To use the matching installation script, use pkglibexec_Programs instead of libexec_Programs. --- Makefile.mesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.mesh') diff --git a/Makefile.mesh b/Makefile.mesh index d494287ab..8dacc104c 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -28,7 +28,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \ mesh/pb-adv.h mesh/pb-adv.c \ mesh/keyring.h mesh/keyring.c \ mesh/mesh-defs.h -libexec_PROGRAMS += mesh/bluetooth-meshd +pkglibexec_PROGRAMS += mesh/bluetooth-meshd mesh_bluetooth_meshd_SOURCES = $(mesh_sources) mesh/main.c mesh_bluetooth_meshd_LDADD = src/libshared-ell.la $(ell_ldadd) -ljson-c -- cgit v1.2.1