]> granicus.if.org Git - sudo/commitdiff
Include bsm_audit.h in the tarball
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 1 Mar 2009 01:17:25 +0000 (01:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 1 Mar 2009 01:17:25 +0000 (01:17 +0000)
Makefile.in

index 92f85ba18fd1e9ef509c5ffcfe75a8277b2fcc6d..6069be4ff235dab43484a9a6e3ed2865045dbd09 100644 (file)
@@ -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@