about summary refs log tree commit diff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-07-19 07:55:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-07-19 07:56:21 +0200
commit17d0407a5cac70652f3544e59505c1712b36fd1a (patch)
tree8fb380267716dd07e56f4419bc67a8398e9d3dc4 /resolv/Makefile
parent9515126f905d9322fc6d2b1a3d95539a0a499f48 (diff)
downloadglibc-17d0407a5cac70652f3544e59505c1712b36fd1a.tar.gz
glibc-17d0407a5cac70652f3544e59505c1712b36fd1a.tar.xz
glibc-17d0407a5cac70652f3544e59505c1712b36fd1a.zip
resolv: Move res_isourserver to its own file and reformat to GNU style
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'resolv/Makefile')
-rw-r--r--resolv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index 6eed73de87..221bdc153d 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -147,6 +147,7 @@ libresolv-routines := \
   res_data \
   res_debug \
   res_enable_icmp \
+  res_isourserver \
   res_mkquery \
   res_query \
   res_send \