Add the samples directory to the build
authorReid Spencer <rspencer@reidspencer.com>
Thu, 28 Oct 2004 04:07:54 +0000 (04:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 28 Oct 2004 04:07:54 +0000 (04:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17299 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/Makefile

index 3855ac8935e96f9b521feffc37e907b3c6d48c31..eca20ec1d3c2a4c4761de76639c935967ab2eabb 100644 (file)
@@ -5,7 +5,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = .
-DIRS = lib tools
-EXTRA_DIST = samples test
+DIRS = lib tools samples 
+EXTRA_DIST = test
 
 include $(LEVEL)/Makefile.common