chiark / gitweb /
resolved: add tool to query resolved
[elogind.git] / Makefile.am
index 9a3913b9c1ea212676abd9f65aa404c26f07ccfc..9e243eb1e7cb5c559e12b2decf69296cc479dbb7 100644 (file)
@@ -4847,6 +4847,16 @@ libnss_resolve_la_LIBADD = \
 lib_LTLIBRARIES += \
        libnss_resolve.la
 
+systemd_resolve_host_SOURCES = \
+       src/resolve-host/resolve-host.c
+
+systemd_resolve_host_LDADD = \
+       libsystemd-internal.la \
+       libsystemd-shared.la
+
+rootlibexec_PROGRAMS += \
+       systemd-resolve-host
+
 endif
 
 # ------------------------------------------------------------------------------