Add the samples directory to the build


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17299 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index 3855ac8..eca20ec 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