X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=194e3737d7e0f41f637d4d9bf4987e5367aa735f;hp=8f0fdaab2e96df733c1547eb3252eb15ad4c6394;hb=11c3a4eeb7e65eccd6fc0870bb1cda315fa33ba5;hpb=1afaf57346eca958ffe9e1617bb875d556f89a01 diff --git a/Makefile.am b/Makefile.am index 8f0fdaab2..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 \