X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=194e3737d7e0f41f637d4d9bf4987e5367aa735f;hp=8b0aecd269d3eb9b3ca81bc8ca9fa87ca159c5a3;hb=9a57a1fdd6491bb319d5ae59b505fa224b873ccf;hpb=88481092675c24e179d6047d70008172000217ec diff --git a/Makefile.am b/Makefile.am index 8b0aecd26..194e3737d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,9 @@ systemunit_DATA = \ units/systemd-logger.service \ units/syslog.target +dist_sessionunit_DATA = \ + units/session/default.target + sessionunit_DATA = \ units/session/remote-fs.target @@ -129,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. @@ -176,6 +188,7 @@ COMMON_SOURCES = \ src/mount-setup.c \ src/hostname-setup.c \ src/loopback-setup.c \ + src/kmod-setup.c \ src/utmp-wtmp.c \ src/specifier.c \ src/unit-name.c \ @@ -477,6 +490,8 @@ if TARGET_FEDORA ( cd $(DESTDIR)$(systemunitdir) && \ rm -f local.service && \ $(LN_S) rc-local.service local.service ) + ( cd $(DESTDIR)/etc/init.d && \ + $(LN_S) halt reboot > /dev/null 2>&1 || true ) endif DISTCHECK_CONFIGURE_FLAGS = \