summaryrefslogtreecommitdiff
path: root/src/udev/meson.build
diff options
context:
space:
mode:
authorNorbert Lange <nolange79@gmail.com>2020-05-26 10:26:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-01 09:41:21 +0200
commit63e2d1714eedf884ebd9dd865a9dae8ae670d074 (patch)
treef16d1b52337cbbf511a06f96231fae470a5b2623 /src/udev/meson.build
parent0e77fc66bceb9832da82a56a4c1040fe49f8d805 (diff)
downloadsystemd-63e2d1714eedf884ebd9dd865a9dae8ae670d074.tar.gz
udev: single binary replacing udevd and udevadm
Since the separate binaries contain mostly the same code, this almost halves the size of the installation. before: 398K /bin/udevadm 391K /lib/systemd/systemd-udevd after: 431K /bin/udevadm 0 /lib/systemd/systemd-udevd -> ../../bin/udevadm Fixes: #14200
Diffstat (limited to 'src/udev/meson.build')
-rw-r--r--src/udev/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/udev/meson.build b/src/udev/meson.build
index 173b10be50..aa23b07090 100644
--- a/src/udev/meson.build
+++ b/src/udev/meson.build
@@ -13,10 +13,9 @@ udevadm_sources = files('''
udevadm-trigger.c
udevadm-util.c
udevadm-util.h
+ udevd.c
'''.split())
-systemd_udevd_sources = files('udevd.c')
-
libudev_core_sources = '''
udev-ctrl.c
udev-ctrl.h