From: Reid Spencer Date: Sat, 4 Dec 2004 22:34:21 +0000 (+0000) Subject: Distribute headers and license files too X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d2162f95084ca5c9033b733a1663f7e59aaa2e0;p=oota-llvm.git Distribute headers and license files too git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18505 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/bzip2/Makefile b/lib/Support/bzip2/Makefile index 056476dc76e..23bcb15a79b 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