Distribute headers and license files too

llvm-svn: 18505
This commit is contained in:
Reid Spencer 2004-12-04 22:34:21 +00:00
parent 81546587d5
commit ca49210f65
1 changed files with 5 additions and 3 deletions

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