ソースを参照

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

Ryan C. Gordon 24 年 前
コミット
195461abff
1 ファイル変更2 行追加1 行削除
  1. 2 1
      archivers/Makefile.am

+ 2 - 1
archivers/Makefile.am

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