summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolve
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-resolve/systemd-resolve')
-rw-r--r--src/grp-resolve/systemd-resolve/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grp-resolve/systemd-resolve/Makefile b/src/grp-resolve/systemd-resolve/Makefile
index 2f1ad43208..ef8b1785dc 100644
--- a/src/grp-resolve/systemd-resolve/Makefile
+++ b/src/grp-resolve/systemd-resolve/Makefile
@@ -39,6 +39,7 @@ systemd_resolve_CFLAGS = \
systemd_resolve_LDADD = \
libsystemd-internal.la \
libsystemd-gcrypt.la \
+ libbasic-dns.la \
libsystemd-shared.la \
$(GCRYPT_LIBS) \
-lm
@@ -52,6 +53,4 @@ dist_bashcompletion_data += \
dist_zshcompletion_data += \
shell-completion/zsh/_systemd-resolve
-systemd_resolve_LDADD += libbasic-dns.la
-
include $(topsrcdir)/build-aux/Makefile.tail.mk