diff options
Diffstat (limited to 'Build/source/extra/xz/src/Makefile.am')
-rw-r--r-- | Build/source/extra/xz/src/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/extra/xz/src/Makefile.am b/Build/source/extra/xz/src/Makefile.am new file mode 100644 index 00000000000..f03f5a3da30 --- /dev/null +++ b/Build/source/extra/xz/src/Makefile.am @@ -0,0 +1,9 @@ +## +## 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 |