summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-05 16:12:48 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-05 16:12:48 +0200
commitfb69d7096da6baabe74be7db5f59b276129633c5 (patch)
tree6a3720bbee366fe2d0deb1c0a60953a89dbc18b8 /Makefile.am
parent9b476fabd247fc4c34d509b3c972c93ffec86a34 (diff)
socket-proxyd: port to asynchronous name resolution using sd-resolve
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 110937781a..a2a01d0737 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3567,7 +3567,8 @@ systemd_socket_proxyd_LDADD = \
libsystemd-logs.la \
libsystemd-internal.la \
libsystemd-journal-internal.la \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-resolve.la
# ------------------------------------------------------------------------------
if ENABLE_COREDUMP