From: Reid Spencer Date: Thu, 28 Oct 2004 04:07:54 +0000 (+0000) Subject: Add the samples directory to the build X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5456091e90b145951681238a0ec4d18ba8880ea5 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 3855ac8935e..eca20ec1d3c 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