1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-11 19:18:13 +00:00
xz/src/liblzma/api/Makefile.am

24 lines
409 B
Makefile
Raw Normal View History

2007-12-09 00:42:33 +02:00
##
## Author: Lasse Collin
2007-12-09 00:42:33 +02:00
##
## This file has been put into the public domain.
## You can do whatever you want with this file.
2007-12-09 00:42:33 +02:00
##
nobase_include_HEADERS = \
lzma.h \
lzma/base.h \
lzma/bcj.h \
2007-12-09 00:42:33 +02:00
lzma/block.h \
lzma/check.h \
lzma/container.h \
2007-12-09 00:42:33 +02:00
lzma/delta.h \
lzma/filter.h \
lzma/hardware.h \
2007-12-09 00:42:33 +02:00
lzma/index.h \
lzma/index_hash.h \
lzma/lzma12.h \
2007-12-09 00:42:33 +02:00
lzma/stream_flags.h \
lzma/version.h \
lzma/vli.h