From 0ac18e0385552b139708920ab990e5dbc1443ae3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 28 Oct 2004 04:07:54 +0000 Subject: [PATCH] Add the samples directory to the build llvm-svn: 17299 --- llvm/projects/Stacker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/projects/Stacker/Makefile b/llvm/projects/Stacker/Makefile index 3855ac8935e9..eca20ec1d3c2 100644 --- a/llvm/projects/Stacker/Makefile +++ b/llvm/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 -- GitLab