From 34dffdf49faed4cf37d14544f506bfc111b9e1c8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 2 Nov 2010 17:11:09 -0400 Subject: [PATCH] Include zlib in the tar file. --HG-- branch : 1.7 --- Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a5855403a..2f8ca8ae0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,7 +167,15 @@ DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ sudoers.ldap.cat sudoers.ldap.man.in sudoers.ldap.pod \ sudoers2ldif sudoreplay.cat sudoreplay.man.in sudoreplay.pod \ visudo.cat visudo.man.in visudo.pod auth/API sudo.man.pl \ - sudoers.man.pl + sudoers.man.pl $(ZLIB_FILES) + +ZLIB_FILES = zlib/adler32.c zlib/compress.c zlib/crc32.c zlib/crc32.h \ + zlib/deflate.c zlib/deflate.h zlib/gzclose.c zlib/gzguts.h \ + zlib/gzlib.c zlib/gzread.c zlib/gzwrite.c zlib/infback.c \ + zlib/inffast.c zlib/inffast.h zlib/inffixed.h zlib/inflate.c \ + zlib/inflate.h zlib/inftrees.c zlib/inftrees.h zlib/trees.c \ + zlib/trees.h zlib/uncompr.c zlib/zconf.h.in zlib/zlib.h \ + zlib/zutil.c zlib/zutil.h SUDODEP = $(srcdir)/sudo.h $(srcdir)/alloc.h $(srcdir)/defaults.h \ $(srcdir)/error.h $(srcdir)/list.h $(srcdir)/logging.h \ -- 2.40.0