From ea2d9ed42d9896d2ade0dcd5d555c35778c19049 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Thu, 20 May 2010 10:31:04 +0200 Subject: units: add services for Gentoo --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6d860ec95c..8313e57ff7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,15 @@ dist_systemunit_DATA += \ units/fedora/sysinit.service endif +if TARGET_GENTOO +dist_systemunit_DATA += \ + units/gentoo/halt.service \ + units/gentoo/killall.service \ + units/gentoo/poweroff.service \ + units/gentoo/reboot.service \ + units/gentoo/xdm.service +endif + # This is needed because automake is buggy in how it generates the # rules for C programs, but not Vala programs. We therefore can't # list the .h files as dependencies if we want make dist to work. -- cgit v1.2.3-54-g00ecf