X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=a2f7e1725ed975a3a750acea6111b463de55049a;hb=b2423f1f436f847d9fc96a63679be2b5552b6baf;hp=7414d5644bb2d411ad06ee7915ac01017bd80483;hpb=f556ea46f61bc883d5a7a01b8b55b37b5b9efffb;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 7414d5644..a2f7e1725 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,8 @@ rootlibexec_PROGRAMS = \ systemd-update-utmp \ systemd-random-seed \ systemd-shutdownd \ - systemd-auto-console-getty + systemd-auto-console-getty \ + systemd-modules-load noinst_PROGRAMS = \ test-engine \ @@ -140,7 +141,6 @@ dist_systemunit_DATA = \ units/systemd-initctl.socket \ units/systemd-logger.socket \ units/systemd-shutdownd.socket \ - units/systemd-auto-console-getty.service \ units/dev-hugepages.automount \ units/dev-hugepages.mount \ units/dev-mqueue.automount \ @@ -156,6 +156,7 @@ dist_systemunit_DATA = \ units/var-lock.service \ units/var-run.mount \ units/var-run.service \ + units/hwclock-load.service \ units/hwclock-save.service \ units/sysctl.service \ units/printer.target \ @@ -172,6 +173,7 @@ nodist_systemunit_DATA = \ units/systemd-logger.service \ units/systemd-shutdownd.service \ units/systemd-auto-console-getty.service \ + units/systemd-modules-load.service \ units/systemd-update-utmp-runlevel.service \ units/systemd-update-utmp-shutdown.service \ units/systemd-random-seed-save.service \ @@ -195,6 +197,7 @@ EXTRA_DIST = \ units/systemd-logger.service.in \ units/systemd-shutdownd.service.in \ units/systemd-auto-console-getty.service.in \ + units/systemd-modules-load.service.in \ units/systemd-update-utmp-runlevel.service.in \ units/systemd-update-utmp-shutdown.service.in \ units/systemd-random-seed-save.service.in \ @@ -565,6 +568,15 @@ systemd_auto_console_getty_LDADD = \ libsystemd-basic.la \ $(DBUS_LIBS) +systemd_modules_load_SOURCES = \ + src/modules-load.c + +systemd_modules_load_CFLAGS = \ + $(AM_CFLAGS) + +systemd_modules_load_LDADD = \ + libsystemd-basic.la + systemd_cgroups_agent_SOURCES = \ src/cgroups-agent.c \ src/dbus-common.c