diff options
Diffstat (limited to 'src/grp-boot/bootctl/Makefile')
-rw-r--r-- | src/grp-boot/bootctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-boot/bootctl/Makefile b/src/grp-boot/bootctl/Makefile index a983e32a9f..5533e677a1 100644 --- a/src/grp-boot/bootctl/Makefile +++ b/src/grp-boot/bootctl/Makefile @@ -38,7 +38,7 @@ bootctl_CFLAGS = \ $(BLKID_CFLAGS) bootctl_LDADD = \ - libshared.la \ + libsystemd-shared.la \ $(BLKID_LIBS) bin_PROGRAMS += \ |