diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 16:11:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-18 16:11:39 +0000 |
commit | 8802f4bf809d755012ca96a88a66647d11508984 (patch) | |
tree | 2b913eb5d4e5800a54797e88ae7f1e8277c82f16 /nscd | |
parent | a5a8c34e3ec5225096f4b3cf06e4d91d4cff8a37 (diff) | |
download | glibc-8802f4bf809d755012ca96a88a66647d11508984.tar.gz glibc-8802f4bf809d755012ca96a88a66647d11508984.tar.xz glibc-8802f4bf809d755012ca96a88a66647d11508984.zip |
(nscd-modules): Add xmalloc for nscd.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 9a1c20a6d0..410404b084 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -25,9 +25,12 @@ routines := nscd_getpw_r nscd_getgr_r nscd_gethst_r include ../Makeconfig +# To find xmalloc.c +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 + dbg_log nscd_conf nscd_stat cache xmalloc ifeq ($(have-thread-library),yes) |