summaryrefslogtreecommitdiff
path: root/src/home/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-15 21:53:03 +0200
committerLennart Poettering <lennart@poettering.net>2020-07-01 11:20:25 +0200
commit93295a250179d30320b757a423f5697e91c87a26 (patch)
tree38535a3bc509b3249ce9a8d6ffdbb0c9019358cf /src/home/meson.build
parentc98811d837c5b00370e25737766325b2ae6307fc (diff)
downloadsystemd-93295a250179d30320b757a423f5697e91c87a26.tar.gz
homectl: split out pkcs#11 related code bits into own .c/.h file
There's some highly specific PKCS#11 code in homectl.c. Let's split that out, since it is easily isolatable, to make homectl.c a bit more readable. No funcional changes, just some moving around and renaming two functions to make them more suitably named when exported.
Diffstat (limited to 'src/home/meson.build')
-rw-r--r--src/home/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/home/meson.build b/src/home/meson.build
index 7dee08408a..797f3a3c6d 100644
--- a/src/home/meson.build
+++ b/src/home/meson.build
@@ -71,6 +71,8 @@ homectl_sources = files('''
home-util.h
homectl-fido2.c
homectl-fido2.h
+ homectl-pkcs11.c
+ homectl-pkcs11.h
homectl.c
pwquality-util.c
pwquality-util.h