diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-20 20:14:26 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-20 20:14:26 +0200 |
commit | d53e9b77054cfade6a643e77d085273a348b189c (patch) | |
tree | 561e0d08aec5a9d64a7b91e1910b57458e5467b8 /debug/Makefile.am | |
parent | Fix alignment handling bugs in Subblock encoder. (diff) | |
download | xz-d53e9b77054cfade6a643e77d085273a348b189c.tar.xz |
Added debug/repeat.c.
Diffstat (limited to '')
-rw-r--r-- | debug/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/Makefile.am b/debug/Makefile.am index b393db3e..16433b7b 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -13,6 +13,7 @@ ## noinst_PROGRAMS = \ + repeat \ sync_flush AM_CPPFLAGS = \ |