chiark / gitweb /
core: add new .slice unit type for partitioning systems
[elogind.git] / Makefile.am
index a74c19df7b02a0a4f6055b836dfc8d65d875205e..5a285be34318d0d135a056bd750080925a21b5d5 100644 (file)
@@ -843,6 +843,8 @@ libsystemd_core_la_SOURCES = \
        src/core/timer.h \
        src/core/path.c \
        src/core/path.h \
+       src/core/slice.c \
+       src/core/slice.h \
        src/core/load-dropin.c \
        src/core/load-dropin.h \
        src/core/execute.c \
@@ -881,6 +883,8 @@ libsystemd_core_la_SOURCES = \
        src/core/dbus-kill.h \
        src/core/dbus-path.c \
        src/core/dbus-path.h \
+       src/core/dbus-slice.c \
+       src/core/dbus-slice.h \
        src/core/cgroup.c \
        src/core/cgroup.h \
        src/core/selinux-access.c \