Skip to content

Commit

Permalink
(nscd-modules): Add xmalloc for nscd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 18, 2002
1 parent 5bb25c8 commit 95a647e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nscd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 95a647e

Please sign in to comment.