about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-10-14 10:54:39 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-10-14 10:54:39 +0200
commit873e239a4c3d8ec235c27439c1bdc5bbf8aa1818 (patch)
tree069d71cda54ab486110b8a24c6e6ff1d15c7d123 /support/Makefile
parent880a12e96df8b330350f565d93677bccf4237e1d (diff)
downloadglibc-873e239a4c3d8ec235c27439c1bdc5bbf8aa1818.tar.gz
glibc-873e239a4c3d8ec235c27439c1bdc5bbf8aa1818.tar.xz
glibc-873e239a4c3d8ec235c27439c1bdc5bbf8aa1818.zip
support: Provide a way to reorder responses within the DNS test server
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 93faafddf9..4154863511 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -35,6 +35,8 @@ libsupport-routines = \
   ignore_stderr \
   next_to_fault \
   oom_error \
+  resolv_response_context_duplicate \
+  resolv_response_context_free \
   resolv_test \
   set_fortify_handler \
   support-xfstat \