summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-13 06:16:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-13 06:16:37 +0000
commit9b6e67e1ecd88ef74dfdb4fe1736216035b89a98 (patch)
treebdf99799c936bcd14d67bcaf16a85192e0242c07 /projects
parent00586948aa8e11e24ea97333ec6e3f4e89c82394 (diff)
downloadllvm-9b6e67e1ecd88ef74dfdb4fe1736216035b89a98.tar.gz
llvm-9b6e67e1ecd88ef74dfdb4fe1736216035b89a98.tar.bz2
llvm-9b6e67e1ecd88ef74dfdb4fe1736216035b89a98.tar.xz
Distribute the Stacker samples directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index 5b8281c92d..9b0872b8db 100644
--- a/projects/Stacker/Makefile
+++ b/projects/Stacker/Makefile
@@ -6,6 +6,6 @@
LEVEL = .
DIRS = lib tools
-EXTRA_DIST = test
+EXTRA_DIST = test samples
include $(LEVEL)/Makefile.common