diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-24 23:50:54 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-24 23:50:54 +0200 |
commit | 0bc9eab243dee3be764b3530433a7fcdc3f7c6a1 (patch) | |
tree | 694fda24e060ad34250224ab6088abc0c1e3bc95 /src/xz/Makefile.am | |
parent | Add io_pread(). (diff) | |
download | xz-0bc9eab243dee3be764b3530433a7fcdc3f7c6a1.tar.xz |
Add initial version of xz --list.
This is a bit rough but should be useful for basic things.
Ideas (with detailed examples) about the output format are
welcome.
The output of --robot --list is not necessarily stable yet,
although I don't currently have any plans about changing it.
The man page hasn't been updated yet.
Diffstat (limited to 'src/xz/Makefile.am')
-rw-r--r-- | src/xz/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am index 08ac236f..49307c09 100644 --- a/src/xz/Makefile.am +++ b/src/xz/Makefile.am @@ -16,6 +16,7 @@ xz_SOURCES = \ file_io.h \ hardware.c \ hardware.h \ + list.c \ main.c \ main.h \ message.c \ |