mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
e51b4e49e8
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.
9 lines
196 B
Makefile
9 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
|