summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-20 09:53:34 +0100
committerGitHub <noreply@github.com>2018-03-20 09:53:34 +0100
commit8c637fe2424534297d431791aa0963caff9de056 (patch)
tree65e20497c9dad1d8c7f6b0763611bc70175e6be1 /meson.build
parentc72102edd503cabfb7abeee009e06b823a9717c4 (diff)
parent71ae04c40081d11cc412d731d59c4a25e6bc5f07 (diff)
downloadsystemd-8c637fe2424534297d431791aa0963caff9de056.tar.gz
Merge pull request #8452 from keszybz/use-libmount-more
Use libmount in systemd-shutdown, add tests
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4fccafaa28..a381db8ebf 100644
--- a/meson.build
+++ b/meson.build
@@ -2390,6 +2390,7 @@ executable('systemd-shutdown',
systemd_shutdown_sources,
include_directories : includes,
link_with : [libshared],
+ dependencies : [libmount],
install_rpath : rootlibexecdir,
install : true,
install_dir : rootlibexecdir)