From: Ulrich Drepper Date: Fri, 18 Jan 2002 16:11:44 +0000 (+0000) Subject: (nscd-modules): Add xmalloc for nscd. X-Git-Tag: cvs/glibc-2-2-5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a647ed2a50b79fb4143b85e019746efa9ed004;p=thirdparty%2Fglibc.git (nscd-modules): Add xmalloc for nscd. --- diff --git a/nscd/Makefile b/nscd/Makefile index 9a1c20a6d07..410404b0847 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)