]> granicus.if.org Git - sudo/commitdiff
def_data.c was missing
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Dec 2001 14:46:05 +0000 (14:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Dec 2001 14:46:05 +0000 (14:46 +0000)
Makefile.in

index c5d10aca0905e31af38eba4184b3b7690f9b5a46..bee1ecd8991ea4407431032989f821941b2bc638 100644 (file)
@@ -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 \