summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 04:07:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 04:07:54 +0000
commit5456091e90b145951681238a0ec4d18ba8880ea5 (patch)
treeca1df023164671375fe3fcfebad3c948a9a8a627 /projects
parent0dac2eb58edf955ba7b57b584a48510c9df3fb6e (diff)
downloadllvm-5456091e90b145951681238a0ec4d18ba8880ea5.tar.gz
llvm-5456091e90b145951681238a0ec4d18ba8880ea5.tar.bz2
llvm-5456091e90b145951681238a0ec4d18ba8880ea5.tar.xz
Add the samples directory to the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index 3855ac8935..eca20ec1d3 100644
--- a/projects/Stacker/Makefile
+++ b/projects/Stacker/Makefile
@@ -5,7 +5,7 @@
##===----------------------------------------------------------------------===##
LEVEL = .
-DIRS = lib tools
-EXTRA_DIST = samples test
+DIRS = lib tools samples
+EXTRA_DIST = test
include $(LEVEL)/Makefile.common