1##
2## Author: Lasse Collin
3##
4## This file has been put into the public domain.
5## You can do whatever you want with this file.
6##
7
8SUBDIRS = liblzma xzdec
9
10if COND_XZ
11SUBDIRS += xz
12endif
13
14if COND_LZMAINFO
15SUBDIRS += lzmainfo
16endif
17
18if COND_SCRIPTS
19SUBDIRS += scripts
20endif
21
22EXTRA_DIST = common
23