Add the samples directory to the build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-10-28 04:07:54 +00:00
parent 0dac2eb58e
commit 5456091e90

View File

@ -5,7 +5,7 @@
##===----------------------------------------------------------------------===##
LEVEL = .
DIRS = lib tools
EXTRA_DIST = samples test
DIRS = lib tools samples
EXTRA_DIST = test
include $(LEVEL)/Makefile.common