rename script.c exec.c and fix up the MANIFEST file
This commit is contained in:
8
MANIFEST
8
MANIFEST
@@ -7,7 +7,6 @@ README
|
||||
README.LDAP
|
||||
WHATSNEW
|
||||
aclocal.m4
|
||||
acsite.m4
|
||||
compat/Makefile.in
|
||||
compat/charclass.h
|
||||
compat/closefrom.c
|
||||
@@ -84,6 +83,11 @@ include/sudo_plugin.h
|
||||
indent.pro
|
||||
install-sh
|
||||
ltmain.sh
|
||||
m4/libtool.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
mkinstalldirs
|
||||
pathnames.h.in
|
||||
plugins/sample/Makefile.in
|
||||
@@ -169,6 +173,7 @@ src/alloc.c
|
||||
src/atobool.c
|
||||
src/conversation.c
|
||||
src/error.c
|
||||
src/exec.c
|
||||
src/fileops.c
|
||||
src/fmt_string.c
|
||||
src/lbuf.c
|
||||
@@ -176,7 +181,6 @@ src/list.c
|
||||
src/load_plugins.c
|
||||
src/parse_args.c
|
||||
src/pty.c
|
||||
src/script.c
|
||||
src/selinux.c
|
||||
src/sesh.c
|
||||
src/sudo.c
|
||||
|
@@ -73,7 +73,7 @@ SHELL = @SHELL@
|
||||
PROGS = @PROGS@
|
||||
|
||||
OBJS = alloc.o atobool.o conversation.o error.o fileops.o fmt_string.o \
|
||||
gettime.o lbuf.o list.o load_plugins.o parse_args.o pty.o script.o \
|
||||
gettime.o lbuf.o list.o load_plugins.o parse_args.o pty.o exec.o \
|
||||
sudo.o sudo_edit.o term.o tgetpass.o ttysize.o zero_bytes.o @SUDO_OBJS@
|
||||
|
||||
LIBOBJDIR = $(top_builddir)/@ac_config_libobj_dir@/
|
||||
@@ -119,7 +119,7 @@ list.o: $(srcdir)/list.c $(SUDODEP)
|
||||
load_plugins.o: $(srcdir)/load_plugins.c $(SUDODEP)
|
||||
parse_args.o: $(srcdir)/parse_args.c sudo_usage.h $(SUDODEP)
|
||||
pty.o: $(srcdir)/pty.c $(SUDODEP)
|
||||
script.o: $(srcdir)/script.c $(SUDODEP)
|
||||
exec.o: $(srcdir)/exec.c $(SUDODEP)
|
||||
selinux.o: $(srcdir)/selinux.c $(SUDODEP)
|
||||
sesh.o: $(srcdir)/sesh.c $(incdir)/compat.h $(top_builddir)/config.h
|
||||
sudo.o: $(srcdir)/sudo.c $(SUDODEP)
|
||||
|
Reference in New Issue
Block a user