diff options
Diffstat (limited to 'src/grp-initprogs/systemd-firstboot/Makefile')
-rw-r--r-- | src/grp-initprogs/systemd-firstboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-initprogs/systemd-firstboot/Makefile b/src/grp-initprogs/systemd-firstboot/Makefile index b94b344bb9..20ea125a52 100644 --- a/src/grp-initprogs/systemd-firstboot/Makefile +++ b/src/grp-initprogs/systemd-firstboot/Makefile @@ -28,7 +28,7 @@ systemd_firstboot_SOURCES = \ src/firstboot/firstboot.c systemd_firstboot_LDADD = \ - libshared.la \ + libsystemd-shared.la \ -lcrypt rootbin_PROGRAMS += \ |