From b471854bc2168792fb628563588d2e85a73b2a4f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Nov 2014 11:01:48 +0100 Subject: libcsupport: Split passwd/group support --- cpukit/libcsupport/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 40e0800c24..74b029c1ad 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -108,7 +108,9 @@ MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \ src/rtems_heap_extend.c \ src/rtems_heap_greedy.c -PASSWORD_GROUP_C_FILES = src/getpwent.c +PASSWORD_GROUP_C_FILES = src/pwdgrp.c +PASSWORD_GROUP_C_FILES += src/getgrent.c +PASSWORD_GROUP_C_FILES += src/getpwent.c TERMINAL_IDENTIFICATION_C_FILES = src/ctermid.c ## 20 Nov 2008: Now using these from newlib's posix directory -- cgit v1.2.3