diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 46ca2e07d1..a37277ac53 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -29,7 +29,7 @@ distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h \ Banner res_hconf.h res_debug.h README gai_misc.h ga_test.c routines := herror inet_addr inet_ntop inet_pton nsap_addr res_init \ - res_hconf res_libc gai_sigqueue + res_hconf res_libc tests = tst-aton @@ -38,6 +38,7 @@ include ../Makeconfig extra-libs := libresolv libnss_dns ifeq ($(have-thread-library),yes) extra-libs += libanl +routines += gai_sigqueue endif extra-libs-others = $(extra-libs) libresolv-routines := gethnamaddr res_comp res_debug \ |