summaryrefslogtreecommitdiff
path: root/lib/Debugger
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-13 06:39:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-13 06:39:24 +0000
commit3758552428737f2467cc58ae81a064789637b4aa (patch)
treed8e7a156c4e0ed1790a3a17bdbcdfb280bebc6b6 /lib/Debugger
parent28421d0a805e0069b8647e11b0e09064b940623a (diff)
downloadllvm-3758552428737f2467cc58ae81a064789637b4aa.tar.gz
llvm-3758552428737f2467cc58ae81a064789637b4aa.tar.bz2
llvm-3758552428737f2467cc58ae81a064789637b4aa.tar.xz
Add the README files to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger')
-rw-r--r--lib/Debugger/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile
index b9df8dc775..093bef5d6e 100644
--- a/lib/Debugger/Makefile
+++ b/lib/Debugger/Makefile
@@ -9,5 +9,6 @@
LEVEL = ../..
LIBRARYNAME = LLVMDebugger
+EXTRA_DIST = README.txt
include $(LEVEL)/Makefile.common