summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorLudwig Nussel <ludwig.nussel@suse.de>2019-04-12 16:07:41 +0200
committerBrian Gix <brian.gix@intel.com>2019-06-04 13:25:54 -0700
commitd2a72dd6710cd43fe5930664e8eb2c7aa97482e7 (patch)
tree46d7978fbb48ffc82d8ec81c41157f39265e8648 /Makefile.obexd
parent8de73cd12bfb99beeaabbbf5a316a1e5d6487260 (diff)
downloadbluez-d2a72dd6710cd43fe5930664e8eb2c7aa97482e7.tar.gz
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.
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 1c1e500fe..d36874770 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -51,7 +51,7 @@ obexd_builtin_modules += mns
obexd_builtin_sources += obexd/client/mns.c obexd/src/map_ap.h \
obexd/client/map-event.h
-libexec_PROGRAMS += obexd/src/obexd
+pkglibexec_PROGRAMS += obexd/src/obexd
obexd_src_obexd_SOURCES = $(btio_sources) $(gobex_sources) \
$(obexd_builtin_sources) \