1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma/api/Makefile.am

24 lines
409 B
Text
Raw Normal View History

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