2007-12-08 17:42:33 -05:00
|
|
|
##
|
2009-04-13 04:27:40 -04:00
|
|
|
## Author: Lasse Collin
|
2007-12-08 17:42:33 -05:00
|
|
|
##
|
2009-04-13 04:27:40 -04:00
|
|
|
## This file has been put into the public domain.
|
|
|
|
## You can do whatever you want with this file.
|
2007-12-08 17:42:33 -05:00
|
|
|
##
|
|
|
|
|
2010-10-08 08:25:45 -04:00
|
|
|
SUBDIRS = liblzma xzdec
|
|
|
|
|
|
|
|
if COND_XZ
|
|
|
|
SUBDIRS += xz
|
|
|
|
endif
|
|
|
|
|
|
|
|
if COND_LZMAINFO
|
|
|
|
SUBDIRS += lzmainfo
|
|
|
|
endif
|
|
|
|
|
|
|
|
if COND_SCRIPTS
|
|
|
|
SUBDIRS += scripts
|
|
|
|
endif
|
|
|
|
|
2007-12-08 17:42:33 -05:00
|
|
|
EXTRA_DIST = common
|