chiark / gitweb /
hibernate-resume: add a tool to write a device node's major:minor to /sys/power/resume.
[elogind.git] / Makefile.am
index cbf98bdac35aa047d376d78eca2096a083a3ce34..a487caa7bc292e03c1a73d96a6e92f3d4cca295d 100644 (file)
@@ -378,7 +378,8 @@ rootlibexec_PROGRAMS = \
        systemd-sleep \
        systemd-bus-proxyd \
        systemd-socket-proxyd \
-       systemd-update-done
+       systemd-update-done \
+       systemd-hibernate-resume
 
 systemgenerator_PROGRAMS = \
        systemd-getty-generator \
@@ -528,7 +529,8 @@ nodist_systemunit_DATA = \
        units/initrd-udevadm-cleanup-db.service \
        units/initrd-switch-root.service \
        units/systemd-nspawn@.service \
-       units/systemd-update-done.service
+       units/systemd-update-done.service \
+       units/systemd-hibernate-resume@.service
 
 dist_userunit_DATA = \
        units/user/basic.target \
@@ -575,7 +577,8 @@ EXTRA_DIST += \
        units/initrd-udevadm-cleanup-db.service.in \
        units/initrd-switch-root.service.in \
        units/systemd-nspawn@.service.in \
-       units/systemd-update-done.service.in
+       units/systemd-update-done.service.in \
+       units/systemd-hibernate-resume@.service.in
 
 CLEANFILES += \
        units/console-shell.service.m4 \
@@ -2102,6 +2105,14 @@ systemd_delta_SOURCES = \
 systemd_delta_LDADD = \
        libsystemd-shared.la
 
+# ------------------------------------------------------------------------------
+systemd_hibernate_resume_SOURCES = \
+       src/hibernate-resume/hibernate-resume.c
+
+systemd_hibernate_resume_LDADD = \
+       libsystemd-internal.la \
+       libsystemd-shared.la
+
 # ------------------------------------------------------------------------------
 systemd_getty_generator_SOURCES = \
        src/getty-generator/getty-generator.c