]> granicus.if.org Git - sudo/commitdiff
add missing files to DISTFILES
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 16 May 2004 20:36:07 +0000 (20:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 16 May 2004 20:36:07 +0000 (20:36 +0000)
Makefile.in

index a330c1fddb94fefd5139edc276592a923696e1c5..8a17e0bcfbe9eb70e135aff9014be8d62b0bdc4c 100644 (file)
@@ -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 \