From e324082d5c8592f732fe82e4ff6629e69a2c787b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 11 May 2010 12:18:41 -0400 Subject: [PATCH] audit.c is now private to the sudoers plugin --- plugins/sudoers/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.40.0