GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / src / liblzma / api / Makefile.am
blobe016de5855ca9a606f8b55a369f5d7328d644b92
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 nobase_include_HEADERS = \
9         lzma.h \
10         lzma/base.h \
11         lzma/bcj.h \
12         lzma/block.h \
13         lzma/check.h \
14         lzma/container.h \
15         lzma/delta.h \
16         lzma/filter.h \
17         lzma/hardware.h \
18         lzma/index.h \
19         lzma/index_hash.h \
20         lzma/lzma.h \
21         lzma/stream_flags.h \
22         lzma/version.h \
23         lzma/vli.h