diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-24 12:17:43 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-27 20:12:44 +0100 |
commit | 385093b702d5950e7f7203405fc152206b8d77e1 (patch) | |
tree | 229fb3c4e66e3d8e167c6cb336219a40eff25b05 /src/core/meson.build | |
parent | sd-path,strv: add simple helper to wrap oom handling around strv_split_nulstr() (diff) | |
download | systemd-385093b702d5950e7f7203405fc152206b8d77e1.tar.xz systemd-385093b702d5950e7f7203405fc152206b8d77e1.zip |
Split out generator directory setup to a src/core/generator-setup.c
Those functions have only one non-test user, so we can move them to src/core/.
Diffstat (limited to 'src/core/meson.build')
-rw-r--r-- | src/core/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/meson.build b/src/core/meson.build index 3586838f59..0b31bb79ed 100644 --- a/src/core/meson.build +++ b/src/core/meson.build @@ -72,6 +72,8 @@ libcore_sources = ''' emergency-action.h execute.c execute.h + generator-setup.c + generator-setup.h hostname-setup.c hostname-setup.h ima-setup.c |