Parcourir la source

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

Ryan C. Gordon il y a 24 ans
Parent
commit
195461abff
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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