chiark / gitweb /
firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot= instead
[elogind.git] / Makefile.am
index 321379ca5fa7994d510968c0a0b1d052b3b5488e..3ddbdf77d352a72d3d02b3aeece3a19f36a7ab6e 100644 (file)
@@ -1894,15 +1894,8 @@ nodist_systemunit_DATA += \
 EXTRA_DIST += \
        units/systemd-firstboot.service.in
 
-systemgenerator_PROGRAMS += \
-       systemd-firstboot-generator
-
-systemd_firstboot_generator_SOURCES = \
-       src/firstboot/firstboot-generator.c
-
-systemd_firstboot_generator_LDADD = \
-       libsystemd-label.la \
-       libsystemd-shared.la
+SYSINIT_TARGET_WANTS += \
+       systemd-firstboot.service
 
 endif