From: Lennart Poettering Date: Sun, 23 Dec 2018 18:31:29 +0000 (+0100) Subject: chown-recursive: move src/core/chown-recursive.[ch] → src/shared/ X-Git-Tag: v245-rc1~238^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417a6eece8a1c85a8b5221a9337fd9d7cca404d1;p=thirdparty%2Fsystemd.git chown-recursive: move src/core/chown-recursive.[ch] → src/shared/ We want to use it outside of the core, hence let's moved it to the shared code directory. --- diff --git a/src/core/meson.build b/src/core/meson.build index df3aa5c6c16..f6e1f661779 100644 --- a/src/core/meson.build +++ b/src/core/meson.build @@ -22,8 +22,6 @@ libcore_sources = ''' bpf-firewall.h cgroup.c cgroup.h - chown-recursive.c - chown-recursive.h dbus-automount.c dbus-automount.h dbus-cgroup.c diff --git a/src/core/chown-recursive.c b/src/shared/chown-recursive.c similarity index 100% rename from src/core/chown-recursive.c rename to src/shared/chown-recursive.c diff --git a/src/core/chown-recursive.h b/src/shared/chown-recursive.h similarity index 100% rename from src/core/chown-recursive.h rename to src/shared/chown-recursive.h diff --git a/src/shared/meson.build b/src/shared/meson.build index feaeffeb265..8cea90e9d6d 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -37,6 +37,8 @@ shared_sources = files(''' cgroup-setup.h cgroup-show.c cgroup-show.h + chown-recursive.c + chown-recursive.h clean-ipc.c clean-ipc.h clock-util.c