From: Todd C. Miller <Todd.Miller@courtesan.com>
Date: Tue, 11 May 2010 16:18:41 +0000 (-0400)
Subject: audit.c is now private to the sudoers plugin
X-Git-Tag: SUDO_1_8_0~648
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e324082d5c8592f732fe82e4ff6629e69a2c787b;p=sudo

audit.c is now private to the sudoers plugin
---

diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in
index e9db4101f..55d695c86 100644
--- a/plugins/sudoers/Makefile.in
+++ b/plugins/sudoers/Makefile.in
@@ -115,7 +115,7 @@ REPLAY_OBJS = getdate.o sudoreplay.o term.o error.o
 
 TEST_OBJS = interfaces.o testsudoers.o tsgetgrpw.o error.o
 
-LINKS = alloc.c atobool.c audit.c error.c fileops.c fmt_string.c lbuf.c \
+LINKS = alloc.c atobool.c error.c fileops.c fmt_string.c lbuf.c \
 	list.c term.c zero_bytes.c
 
 VERSION = @PACKAGE_VERSION@