diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-15 21:00:21 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-15 21:06:19 -0400 |
commit | 9f2da732e7b03825027462dd1c46f8b4d18fc1f5 (patch) | |
tree | d7158fab8d3f0ee030e7efa8b681bcbeb1ca7b0e /nss/Makefile | |
parent | 82e9a1f7df488c62a214ee63847b2c884dcba565 (diff) | |
download | glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.tar glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.tar.gz glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.tar.bz2 glibc-9f2da732e7b03825027462dd1c46f8b4d18fc1f5.zip |
Add initgroups lookups to nss_db
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index a925cb5bf7..f6065cc2b8 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -71,7 +71,8 @@ distribute += files-XXX.c files-parse.c libnss_db-dbs := $(addprefix db-,\ $(filter-out hosts network key alias,\ - $(databases))) + $(databases))) \ + db-initgroups libnss_db-routines := $(libnss_db-dbs) db-open hash-string generated += $(filter-out db-alias.c db-netgrp.c, \ $(addsuffix .c,$(libnss_db-dbs))) |