chiark / gitweb /
core: add new "scope" unit type for making a unit of pre-existing processes
[elogind.git] / Makefile.am
index ea186404568497391da441aee4454e86e3cfb04c..4593245d40538629ebb3f282cd5a1660c4bf3d0d 100644 (file)
@@ -850,6 +850,8 @@ libsystemd_core_la_SOURCES = \
        src/core/path.h \
        src/core/slice.c \
        src/core/slice.h \
+       src/core/scope.c \
+       src/core/scope.h \
        src/core/load-dropin.c \
        src/core/load-dropin.h \
        src/core/execute.c \
@@ -886,6 +888,8 @@ libsystemd_core_la_SOURCES = \
        src/core/dbus-path.h \
        src/core/dbus-slice.c \
        src/core/dbus-slice.h \
+       src/core/dbus-scope.c \
+       src/core/dbus-scope.h \
        src/core/dbus-execute.c \
        src/core/dbus-execute.h \
        src/core/dbus-kill.c \