diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 321379ca5f..3ddbdf77d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |