summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/meson.build2
-rw-r--r--src/shared/chown-recursive.c (renamed from src/core/chown-recursive.c)0
-rw-r--r--src/shared/chown-recursive.h (renamed from src/core/chown-recursive.h)0
-rw-r--r--src/shared/meson.build2
4 files changed, 2 insertions, 2 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index df3aa5c6c1..f6e1f66177 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
index 24cdf25b83..24cdf25b83 100644
--- a/src/core/chown-recursive.c
+++ b/src/shared/chown-recursive.c
diff --git a/src/core/chown-recursive.h b/src/shared/chown-recursive.h
index bfee05f3be..bfee05f3be 100644
--- a/src/core/chown-recursive.h
+++ b/src/shared/chown-recursive.h
diff --git a/src/shared/meson.build b/src/shared/meson.build
index feaeffeb26..8cea90e9d6 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