Distribute headers and license files too
authorReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 22:34:21 +0000 (22:34 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 22:34:21 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18505 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/bzip2/Makefile

index 056476dc76ef74df5d5386fa17fc1ae5e5384744..23bcb15a79bafc16041de0dd02299f7bef4d4402 100644 (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