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.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tools') diff --git a/Makefile.tools b/Makefile.tools index 379e127b6..7d5361bcd 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -43,7 +43,7 @@ monitor_btmon_LDADD = lib/libbluetooth-internal.la \ endif if LOGGER -libexec_PROGRAMS += tools/btmon-logger +pkglibexec_PROGRAMS += tools/btmon-logger tools_btmon_logger_SOURCES = tools/btmon-logger.c tools_btmon_logger_LDADD = src/libshared-mainloop.la -- cgit v1.2.1