summaryrefslogtreecommitdiff
path: root/monitor/afc
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-07-19 08:21:32 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2019-07-19 08:33:05 +0200
commit7920cd388c3584ec2a4477f4b46575b30344d120 (patch)
tree2658a13f92d4a45736495d6ff60d35fef7a9692b /monitor/afc
parentf361857c315279ebebfc57aaafd99dd934a09607 (diff)
downloadgvfs-7920cd388c3584ec2a4477f4b46575b30344d120.tar.gz
build: Remove `rpath` parameter
Target executables used as monitors do not depend on `libgvfscommon` or `libgvfsdaemon`, which are `gvfs` libraries installed outside of the default library directory. Due to this reason, they don't need to set `rpath` parameter.
Diffstat (limited to 'monitor/afc')
-rw-r--r--monitor/afc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/afc/meson.build b/monitor/afc/meson.build
index 0657512d..7d134132 100644
--- a/monitor/afc/meson.build
+++ b/monitor/afc/meson.build
@@ -25,6 +25,5 @@ executable(
dependencies: deps,
c_args: cflags,
install: true,
- install_rpath: gvfs_rpath,
install_dir: gvfs_libexecdir,
)