diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 09:36:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-04 09:36:51 +0000 |
commit | 91a3b2ad2e819a7fa14b8f9773856e4303a8c99a (patch) | |
tree | 51a57e3b8099ea652dcf67080c8d626a83ab5cd5 /nscd/Makefile | |
parent | 89e2555f93931aad65d7c683a7a3ca8907929b9a (diff) | |
download | glibc-91a3b2ad2e819a7fa14b8f9773856e4303a8c99a.tar.gz glibc-91a3b2ad2e819a7fa14b8f9773856e4303a8c99a.tar.xz glibc-91a3b2ad2e819a7fa14b8f9773856e4303a8c99a.zip |
Update.
* nscd/Makefile (nscd-modules): Add gai. * nscd/gai.c: New file.
Diffstat (limited to 'nscd/Makefile')
-rw-r--r-- | nscd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 4ccb0c2324..34186241ec 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -32,7 +32,7 @@ vpath %.c ../locale/programs nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \ getgrnam_r getgrgid_r hstcache gethstbyad_r gethstbynm2_r \ dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \ - xmalloc xstrdup aicache initgrcache + xmalloc xstrdup aicache initgrcache gai ifeq ($(have-thread-library),yes) |