Ver Fonte

Added unzip.h, so "make dist" picks it up.

Ryan C. Gordon há 24 anos atrás
pai
commit
195461abff
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      archivers/Makefile.am

+ 2 - 1
archivers/Makefile.am

@@ -10,5 +10,6 @@ libarchivers_la_SOURCES =	\
 	dir.c		\
 	grp.c		\
 	zip.c		\
-	unzip.c
+	unzip.c     \
+	unzip.h