Distribute headers and license files too

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18505 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-04 22:34:21 +00:00
parent 345235ca5c
commit 3d2162f950

View File

@ -8,9 +8,11 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMbzip2
SOURCES= blocksort.c bzlib.c
SOURCES=blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
bzlib.c
SOURCES = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
bzlib.c
EXTRA_DIST = bzlib.h bzlib_private.h CHANGES LICENSE README \
README.COMPILATION.PROBLEMS Y2K_INFO
CFLAGS=-fno-strength-reduce
include $(LEVEL)/Makefile.common