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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1060ffe4..593fa3be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ ## Lesser General Public License for more details. ## +DIST_SUBDIRS = lib src po tests debug SUBDIRS = if COND_GNULIB |