chiark / gitweb /
path: add .path unit type for monitoring files
[elogind.git] / Makefile.am
index b404bbedff464cb876cbe199f15aa78c9349471e..9b0e04f9053fda77f2153eb9d272bba4866c1d14 100644 (file)
@@ -77,7 +77,8 @@ interface_DATA = \
        org.freedesktop.systemd1.Mount.xml \
        org.freedesktop.systemd1.Automount.xml \
        org.freedesktop.systemd1.Snapshot.xml \
-       org.freedesktop.systemd1.Swap.xml
+       org.freedesktop.systemd1.Swap.xml \
+       org.freedesktop.systemd1.Path.xml
 
 dist_systemunit_DATA = \
        units/emergency.service \
@@ -189,6 +190,7 @@ COMMON_SOURCES = \
         src/snapshot.c \
         src/socket.c \
         src/timer.c \
+       src/path.c \
         src/load-dropin.c \
         src/execute.c \
         src/dbus.c \
@@ -205,6 +207,7 @@ COMMON_SOURCES = \
        src/dbus-snapshot.c \
        src/dbus-device.c \
        src/dbus-execute.c \
+       src/dbus-path.c \
        src/cgroup.c \
        src/mount-setup.c \
        src/hostname-setup.c \