summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-04 22:34:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-04 22:34:21 +0000
commitca49210f659afa965da58db09fc401f66797b3b9 (patch)
treed2ef3d4f2a231aeb53438d5e4a7405d3055ee019
parent81546587d5fa0e7c4ea173fc98068a75c37be901 (diff)
downloadbcm5719-llvm-ca49210f659afa965da58db09fc401f66797b3b9.tar.gz
bcm5719-llvm-ca49210f659afa965da58db09fc401f66797b3b9.zip
Distribute headers and license files too
llvm-svn: 18505
-rw-r--r--llvm/lib/Support/bzip2/Makefile8
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
OpenPOWER on IntegriCloud