summaryrefslogtreecommitdiff
path: root/src/shared/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-06 11:57:54 +0200
committerSven Eden <sven.eden@prydeworx.com>2018-10-29 10:18:23 +0100
commit9db5b384fe18fb48edb89df5eab2633251f29ffb (patch)
tree50708f8387c88b72fbceaae4afa9c56af9f73bc6 /src/shared/meson.build
parent8cb18f4e713a571123c1c4bf65f4eb7e50096be2 (diff)
Move module-util.h to src/shared/ and load_module() to libshared
Unfortunately this needs libshared to link to libkmod. Before it was linked into systemd-udevd, udevadm, and systemd each seperately. On most systems this doesn't make much difference, because at least systemd would be installed, but it might not be in small chroots. It is a small library, so I hope this is not a big issue. (cherry picked from commit 3cb9b42af3b205fba176ebf51ce0e07739698278)
Diffstat (limited to 'src/shared/meson.build')
-rw-r--r--src/shared/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build
index b215e267d..9f4615091 100644
--- a/src/shared/meson.build
+++ b/src/shared/meson.build
@@ -64,6 +64,8 @@
# machine-image.h
# machine-pool.c
# machine-pool.h
+# module-util.h
+# module-util.c
# nsflags.c
# nsflags.h
# output-mode.c
@@ -157,6 +159,7 @@ libshared_name = 'elogind-shared-@0@'.format(meson.project_version())
# libcryptsetup,
# libgcrypt,
# libiptc,
+# libkmod,
# libseccomp,
# libselinux,
# libidn,