From dda1fb26a3b377346ad341b57df55b1331ca261e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 6 Sep 2007 15:55:24 +0000 Subject: [PATCH] add list.c to SRCS --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d99f75936..6af5548a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -102,7 +102,7 @@ PROGS = @PROGS@ SRCS = alloc.c alloca.c check.c closefrom.c def_data.c defaults.c env.c \ error.c fileops.c find_path.c fnmatch.c getcwd.c getprogname.c \ getspwuid.c gettime.c goodpath.c gram.c gram.y interfaces.c lbuf.c \ - ldap.c logging.c match.c mkstemp.c memrchr.c parse.c pwutil.c \ + ldap.c list.c logging.c match.c mkstemp.c memrchr.c parse.c pwutil.c \ set_perms.c sigaction.c snprintf.c strcasecmp.c strerror.c strlcat.c \ strlcpy.c sudo.c sudo_noexec.c sudo_edit.c testsudoers.c tgetpass.c \ toke.c toke.l tsgetgrpw.c utimes.c visudo.c zero_bytes.c redblack.c \