mirror of
https://git.tukaani.org/xz.git
synced 2025-10-13 20:58:20 +00:00
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.
10 lines
196 B
Makefile
10 lines
196 B
Makefile
##
|
|
## Author: Lasse Collin
|
|
##
|
|
## This file has been put into the public domain.
|
|
## You can do whatever you want with this file.
|
|
##
|
|
|
|
SUBDIRS = liblzma xz xzdec lzmainfo scripts
|
|
EXTRA_DIST = common
|