diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-18 20:18:08 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-18 20:18:08 +0200 |
commit | 61dc82f3e306b25ce3cd3d529df9ec7a0ec04b73 (patch) | |
tree | cdc13dd318a6a3f34771a4acfc4f15cc5f6fdab5 /configure.ac | |
parent | Added test files to test usage of flush marker in LZMA. (diff) | |
download | xz-61dc82f3e306b25ce3cd3d529df9ec7a0ec04b73.tar.xz |
Added the debug directory and the first debug tool
(sync_flush). These tools are not built unless the
user runs "make" in the debug directory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a25b9b02..dbafd73c 100644 --- a/configure.ac +++ b/configure.ac @@ -646,6 +646,7 @@ AC_CONFIG_FILES([ src/lzmadec/Makefile src/scripts/Makefile tests/Makefile + debug/Makefile ]) AC_OUTPUT |