diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 12:55:45 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 12:55:45 +0300 |
commit | e51b4e49e800bd84e6d589dca2964d3985e88139 (patch) | |
tree | b1aa08694cb4b00a220ca35d5ce62ec7f7b8792e /src/Makefile.am | |
parent | Sync some error messages from xz to xzdec. (diff) | |
download | xz-e51b4e49e800bd84e6d589dca2964d3985e88139.tar.xz |
Add lzmainfo for backward compatibility with LZMA Utils.
lzmainfo now links against static liblzma. In contrast
to other command line tools in XZ Utils, linking lzmainfo
against static liblzma by default is dumb. This will be
fixed once I have fixed some related issues in configure.ac.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8031d61d..f03f5a3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,5 +5,5 @@ ## You can do whatever you want with this file. ## -SUBDIRS = liblzma xz xzdec scripts +SUBDIRS = liblzma xz xzdec lzmainfo scripts EXTRA_DIST = common |