From 195461abff0b5215e184032de28641809d1908ae Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 10 May 2002 17:36:52 +0000 Subject: [PATCH] Added unzip.h, so "make dist" picks it up. --- archivers/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archivers/Makefile.am b/archivers/Makefile.am index 0bb73403..277a0c78 100644 --- a/archivers/Makefile.am +++ b/archivers/Makefile.am @@ -10,5 +10,6 @@ libarchivers_la_SOURCES = \ dir.c \ grp.c \ zip.c \ - unzip.c + unzip.c \ + unzip.h