diff --git a/Makefile.am b/Makefile.am index 13b16b1..61b17c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,8 @@ lrztar_SCRIPTS = lrztar bin_PROGRAMS = lrzip lrzip_SOURCES = \ zpipe.cpp \ + zpipe.h \ + lrzip_private.h \ liblrzip.h \ lrzip.c \ lrzip.h \ @@ -38,8 +40,11 @@ lrzip_SOURCES = \ rzip.h \ rzip.c \ runzip.c \ + runzip.h \ stream.c \ + stream.h \ util.c \ + util.h \ md5.c \ md5.h lrzip_LDADD = lzma/C/liblzma.la diff --git a/configure.ac b/configure.ac index 4473efd..0d2bd82 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ PKG_PROG_PKG_CONFIG AC_PROG_INSTALL AC_PROG_LN_S AC_SUBST(SHELL) -##AC_SYS_LARGEFILE +AC_SYS_LARGEFILE AC_ARG_ENABLE( asm,