diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-05 16:12:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-05 16:12:48 +0200 |
commit | fb69d7096da6baabe74be7db5f59b276129633c5 (patch) | |
tree | 6a3720bbee366fe2d0deb1c0a60953a89dbc18b8 /Makefile.am | |
parent | 9b476fabd247fc4c34d509b3c972c93ffec86a34 (diff) |
socket-proxyd: port to asynchronous name resolution using sd-resolve
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |