summaryrefslogtreecommitdiff
path: root/mkdep.pl
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2011-12-05 10:43:44 -0500
committerTodd C. Miller <Todd.Miller@courtesan.com>2011-12-05 10:43:44 -0500
commit6f5dc458878bfc5259e88296300ca51ce4419b86 (patch)
treea9fdf86f00a8d837f176a3d6eda682695f96991c /mkdep.pl
parent193e7adbcbbad90c52638bed1d5bbd2eabf2e37a (diff)
downloadsudo-6f5dc458878bfc5259e88296300ca51ce4419b86.tar.gz
Add support for setenv entries in login.conf. We can't use LOGIN_SETENV
since the plugin sets up the envp the command is executed with. Also regen the Makefile.in files while here. Fixes bug #527
Diffstat (limited to 'mkdep.pl')
-rwxr-xr-xmkdep.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdep.pl b/mkdep.pl
index 55006ba99..abf46f519 100755
--- a/mkdep.pl
+++ b/mkdep.pl
@@ -52,7 +52,7 @@ sub mkdep {
$makefile =~ s:\@DEV\@::g;
$makefile =~ s:\@COMMON_OBJS\@:aix.lo:;
$makefile =~ s:\@SUDO_OBJS\@:preload.o selinux.o sesh.o sudo_noexec.lo:;
- $makefile =~ s:\@SUDOERS_OBJS\@:bsm_audit.lo linux_audit.lo ldap.lo plugin_error.lo:;
+ $makefile =~ s:\@SUDOERS_OBJS\@:bsm_audit.lo linux_audit.lo ldap.lo plugin_error.lo login_class.lo:;
# XXX - fill in AUTH_OBJS from contents of the auth dir instead
$makefile =~ s:\@AUTH_OBJS\@:afs.lo aix_auth.lo bsdauth.lo dce.lo fwtk.lo getspwuid.lo kerb5.lo pam.lo passwd.lo rfc1938.lo secureware.lo securid5.lo sia.lo:;
$makefile =~ s:\@LTLIBOBJS\@:closefrom.lo dlopen.lo fnmatch.lo getcwd.lo getgrouplist.lo getline.lo getprogname.lo glob.lo isblank.lo memrchr.lo mksiglist.lo mktemp.lo nanosleep.lo setenv.lo siglist.lo snprintf.lo strlcat.lo strlcpy.lo strsignal.lo unsetenv.lo utimes.lo globtest.o fnm_test.o:;