From: Todd C. Miller Date: Sun, 16 May 2004 20:36:07 +0000 (+0000) Subject: add missing files to DISTFILES X-Git-Tag: SUDO_1_6_8~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59de2968f51c4aff1415f0427bf7bafd997b81db;p=sudo add missing files to DISTFILES --- diff --git a/Makefile.in b/Makefile.in index a330c1fdd..8a17e0bcf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -102,8 +102,9 @@ SRCS = alloc.c alloca.c check.c closefrom.c def_data.c defaults.c env.c err.c \ fileops.c find_path.c fnmatch.c getcwd.c getprogname.c getspwuid.c \ goodpath.c interfaces.c ldap.c lex.yy.c lsearch.c logging.c parse.c \ parse.lex parse.yacc set_perms.c sigaction.c snprintf.c strcasecmp.c \ - strerror.c strlcat.c strlcpy.c sudo.c sudo.tab.c sudo_edit.c \ - testsudoers.c tgetpass.c utime.c visudo.c zero_bytes.c $(AUTH_SRCS) + strerror.c strlcat.c strlcpy.c sudo.c sudo_noexec.c sudo.tab.c \ + sudo_edit.c testsudoers.c tgetpass.c utime.c visudo.c zero_bytes.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 \ @@ -132,13 +133,14 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@ VERSION = 1.6.8 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ - LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \ - UPGRADE aclocal.m4 aixcrypt.exp config.guess config.h.in \ - config.sub configure configure.in def_data.in fnmatch.3 indent.pro \ - install-sh mkdefaults mkinstalldirs pathnames.h.in sample.pam \ - sample.syslog.conf sample.sudoers sudo.cat sudo.man.in sudo.pod \ - sudoers sudoers.cat sudoers.man.in sudoers.pod visudo.cat \ - visudo.man.in visudo.pod auth/API + LICENSE Makefile.in PORTING README README.LDAP RUNSON TODO \ + TROUBLESHOOTING UPGRADE aclocal.m4 acsite.m4 aixcrypt.exp \ + config.guess config.h.in config.sub configure configure.in \ + def_data.in fnmatch.3 indent.pro install-sh ltmain.sh mkdefaults \ + mkinstalldirs pathnames.h.in sample.pam sample.syslog.conf \ + sample.sudoers sudo.cat sudo.man.in sudo.pod sudoers sudoers.cat \ + sudoers.man.in sudoers.pod sudoers2ldif visudo.cat visudo.man.in \ + visudo.pod auth/API BINFILES= BUGS CHANGES HISTORY LICENSE README TODO TROUBLESHOOTING \ UPGRADE install-sh mkinstalldirs sample.syslog.conf sample.sudoers \