diff options
Diffstat (limited to 'src/grp-boot/bootctl/Makefile')
-rw-r--r-- | src/grp-boot/bootctl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/grp-boot/bootctl/Makefile b/src/grp-boot/bootctl/Makefile index 2fcdc44799..39a4af1442 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 \ + $(topoutdir)/src/libshared/libshared.la \ $(BLKID_LIBS) bin_PROGRAMS += \ @@ -51,5 +51,10 @@ dist_zshcompletion_data += \ shell-completion/zsh/_bootctl endif # HAVE_BLKID endif # ENABLE_EFI + $(eval $(value automake2autothing)) +at.depdirs += $(topoutdir)/src/libshared +AM_CPPFLAGS += $(libshared.CPPFLAGS) +AM_CPPFLAGS += $(libbasic.CPPFLAGS) + include $(topsrcdir)/build-aux/Makefile.tail.mk |