summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-26 07:03:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-26 07:03:39 +0000
commitc4ea7d87c99f5964b7a2475b8321a79965ab15ff (patch)
tree4d6e358657f3d402d70ca343d1759746be675190 /projects
parent9826173996b1f383a84b9bccc874824165629034 (diff)
Make sure the include files get distributed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/projects/sample/Makefile b/projects/sample/Makefile
index c1a894bddc7..f96f1aba2ed 100644
--- a/projects/sample/Makefile
+++ b/projects/sample/Makefile
@@ -8,11 +8,8 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = .
-
-#
-# Directories that needs to be built.
-#
DIRS = lib tools
+EXTRA_DIST = include
#
# Include the Master Makefile that knows how to build all.