diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2cec04a140..aae3c27d36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3087,7 +3087,8 @@ bootctl_SOURCES = \ bootctl_LDADD = \ libsystemd-shared.la \ - libsystemd-id128.la + libsystemd-id128.la \ + libsystemd-daemon.la bin_PROGRAMS += \ bootctl |