chiark / gitweb /
units: add SUSE service files
[elogind.git] / Makefile.am
index f5c43da5e2311a3b10c5ba8d2a65b4eb52d2538e..d752ec58c248c2bd97bcba085f459565e00f2968 100644 (file)
@@ -45,7 +45,7 @@ AM_CPPFLAGS = \
        -I $(top_srcdir)/src
 
 rootbin_PROGRAMS = \
-       systemd
+       systemd \
        systemctl
 
 if HAVE_GTK
@@ -159,6 +159,13 @@ dist_systemunit_DATA += \
        units/fedora/sysinit.service
 endif
 
+if TARGET_SUSE
+dist_systemunit_DATA += \
+       units/suse/halt.service \
+       units/suse/poweroff.service \
+       units/suse/reboot.service
+endif
+
 if TARGET_GENTOO
 dist_systemunit_DATA += \
        units/gentoo/halt.service \