CI: Update Upload Artifact Action.
[xz.git] / src / Makefile.am
blobd199e858a8d498069a5dea92343221d049573a56
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 ##
8 SUBDIRS = liblzma xzdec
10 if COND_XZ
11 SUBDIRS += xz
12 endif
14 if COND_LZMAINFO
15 SUBDIRS += lzmainfo
16 endif
18 if COND_SCRIPTS
19 SUBDIRS += scripts
20 endif
22 EXTRA_DIST = \
23         common/common_w32res.rc \
24         common/mythread.h \
25         common/sysdefs.h \
26         common/tuklib_common.h \
27         common/tuklib_config.h \
28         common/tuklib_cpucores.c \
29         common/tuklib_cpucores.h \
30         common/tuklib_exit.c \
31         common/tuklib_exit.h \
32         common/tuklib_gettext.h \
33         common/tuklib_integer.h \
34         common/tuklib_mbstr_fw.c \
35         common/tuklib_mbstr.h \
36         common/tuklib_mbstr_width.c \
37         common/tuklib_open_stdxxx.c \
38         common/tuklib_open_stdxxx.h \
39         common/tuklib_physmem.c \
40         common/tuklib_physmem.h \
41         common/tuklib_progname.c \
42         common/tuklib_progname.h