From 21de57f54925dcd4e96ee37b53d85374c0cfd031 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 19 Dec 2001 14:46:05 +0000 Subject: [PATCH] def_data.c was missing --- Makefile.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index c5d10aca0..bee1ecd89 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,11 +109,12 @@ SHELL = /bin/sh PROGS = @PROGS@ -SRCS = alloc.c alloca.c check.c defaults.c env.c fileops.c find_path.c \ - fnmatch.c getcwd.c getspwuid.c goodpath.c interfaces.c lex.yy.c \ - lsearch.c logging.c parse.c parse.lex parse.yacc set_perms.c \ - snprintf.c strcasecmp.c strerror.c sudo.c sudo.tab.c testsudoers.c \ - tgetpass.c utime.c visudo.c $(AUTH_SRCS) +SRCS = alloc.c alloca.c check.c def_data.c defaults.c env.c fileops.c \ + find_path.c fnmatch.c getcwd.c getspwuid.c goodpath.c \ + interfaces.c lex.yy.c lsearch.c logging.c parse.c parse.lex \ + parse.yacc set_perms.c snprintf.c strcasecmp.c strerror.c \ + sudo.c sudo.tab.c testsudoers.c tgetpass.c utime.c visudo.c \ + $(AUTH_SRCS) AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \ auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \ -- 2.40.0