diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-04 22:34:21 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-04 22:34:21 +0000 |
commit | ca49210f659afa965da58db09fc401f66797b3b9 (patch) | |
tree | d2ef3d4f2a231aeb53438d5e4a7405d3055ee019 /llvm/lib | |
parent | 81546587d5fa0e7c4ea173fc98068a75c37be901 (diff) | |
download | bcm5719-llvm-ca49210f659afa965da58db09fc401f66797b3b9.tar.gz bcm5719-llvm-ca49210f659afa965da58db09fc401f66797b3b9.zip |
Distribute headers and license files too
llvm-svn: 18505
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Support/bzip2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/lib/Support/bzip2/Makefile b/llvm/lib/Support/bzip2/Makefile index 056476dc76e..23bcb15a79b 100644 --- a/llvm/lib/Support/bzip2/Makefile +++ b/llvm/lib/Support/bzip2/Makefile @@ -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 |