chiark / gitweb /
units: Add halt, killall, poweroff and reboot unit files for Debian
[elogind.git] / Makefile.am
index d93442a4ad25448ed2ff13e66f85ca7f7d400646..ee8ff4028c08c8d3e4179f63549b6e5594339484 100644 (file)
@@ -230,6 +230,14 @@ dist_systemunit_DATA += \
        units/fedora/plymouth-halt.service
 endif
 
+if TARGET_DEBIAN
+dist_systemunit_DATA += \
+       units/debian/halt.service \
+       units/debian/killall.service \
+       units/debian/poweroff.service \
+       units/debian/reboot.service
+endif
+
 if TARGET_SUSE
 dist_systemunit_DATA += \
        units/suse/halt.service \