From: Todd C. Miller Date: Sun, 1 Mar 2009 01:17:25 +0000 (+0000) Subject: Include bsm_audit.h in the tarball X-Git-Tag: SUDO_1_7_1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aafea55f24ad40acbd8f484af7bc4d1560181bc9;p=sudo Include bsm_audit.h in the tarball --- diff --git a/Makefile.in b/Makefile.in index 92f85ba18..6069be4ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,11 +117,11 @@ AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \ auth/secureware.c auth/securid.c auth/securid5.c auth/sia.c \ auth/sudo_auth.c -HDRS = compat.h def_data.h defaults.h error.h ins_2001.h ins_classic.h \ - ins_csops.h ins_goons.h insults.h interfaces.h lbuf.h list.h \ - logging.h parse.h sudo.h sudo_nss.h gram.h version.h auth/sudo_auth.h \ - emul/charclass.h emul/fnmatch.h emul/glob.h emul/timespec.h \ - emul/utime.h redblack.h +HDRS = bsm_audit.h compat.h def_data.h defaults.h error.h ins_2001.h \ + ins_classic.h ins_csops.h ins_goons.h insults.h interfaces.h lbuf.h \ + list.h logging.h parse.h sudo.h sudo_nss.h gram.h version.h \ + auth/sudo_auth.h emul/charclass.h emul/fnmatch.h emul/glob.h \ + emul/timespec.h emul/utime.h redblack.h AUTH_OBJS = sudo_auth.o @AUTH_OBJS@