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.
This commit is contained in:
Lennart Poettering 2018-12-23 19:31:29 +01:00
parent 845a7c1fc1
commit 417a6eece8
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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