diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-21 01:32:39 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-04-02 08:10:07 +0200 |
commit | ac790e8bfc953f6157043bb7fcc35e0833e068f4 (patch) | |
tree | 545750b151bce695ebe9d8faedd7514296dfedb8 /src/libsystemd/meson.build | |
parent | sd-device-monitor: split passes_filter() into two parts (diff) | |
download | systemd-ac790e8bfc953f6157043bb7fcc35e0833e068f4.tar.xz systemd-ac790e8bfc953f6157043bb7fcc35e0833e068f4.zip |
sd-device-enumerator: move match_sysattr() to device-util.[ch]
It will be used by sd-device-monitor in later commits.
Diffstat (limited to 'src/libsystemd/meson.build')
-rw-r--r-- | src/libsystemd/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/meson.build b/src/libsystemd/meson.build index 3def5655cc..f55bdcd1a5 100644 --- a/src/libsystemd/meson.build +++ b/src/libsystemd/meson.build @@ -127,6 +127,7 @@ libsystemd_sources = files(''' sd-device/device-monitor.c sd-device/device-private.c sd-device/device-private.h + sd-device/device-util.c sd-device/device-util.h sd-device/sd-device.c sd-hwdb/hwdb-internal.h |