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 | 3d2162f95084ca5c9033b733a1663f7e59aaa2e0 (patch) | |
tree | 708433e0e6d64328f8b5901c45c69b9592f8de6c | |
parent | 345235ca5ccbf8fe864ab29bd2d73b7fb958a63c (diff) | |
download | external_llvm-3d2162f95084ca5c9033b733a1663f7e59aaa2e0.zip external_llvm-3d2162f95084ca5c9033b733a1663f7e59aaa2e0.tar.gz external_llvm-3d2162f95084ca5c9033b733a1663f7e59aaa2e0.tar.bz2 |
Distribute headers and license files too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18505 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Support/bzip2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Support/bzip2/Makefile b/lib/Support/bzip2/Makefile index 056476d..23bcb15 100644 --- a/lib/Support/bzip2/Makefile +++ b/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 |