diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-19 13:17:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-19 14:24:23 +0200 |
commit | 26bf5a1029434c98db85947eed11ce3090b2f5db (patch) | |
tree | ac6a5be650ca621c02a4a492077463369f52c3fd /resolv/Makefile | |
parent | ca3d65ff69d5187cb4d6b7f81d414427c7007e22 (diff) | |
download | glibc-26bf5a1029434c98db85947eed11ce3090b2f5db.tar.gz glibc-26bf5a1029434c98db85947eed11ce3090b2f5db.tar.xz glibc-26bf5a1029434c98db85947eed11ce3090b2f5db.zip |
resolv: Move res_randomid to its own file
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index dc597ca097..980dfb7023 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -28,7 +28,7 @@ headers := resolv.h bits/types/res_state.h \ sys/bitypes.h routines := herror inet_addr inet_ntop inet_pton nsap_addr res_init \ - res_hconf res_libc res-state + res_hconf res_libc res-state res_randomid tests = tst-aton tst-leaks tst-inet_ntop xtests = tst-leaks2 |