diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-26 07:03:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-26 07:03:39 +0000 |
commit | c6c87c1378b886f498465b1553993497e1db019d (patch) | |
tree | 4d7a1a588c58d4569474fc885f4ab14e44f1be53 /llvm/projects/sample | |
parent | 9b7a83838a66762527e1b7f39ea0839f295f3a6e (diff) | |
download | bcm5719-llvm-c6c87c1378b886f498465b1553993497e1db019d.tar.gz bcm5719-llvm-c6c87c1378b886f498465b1553993497e1db019d.zip |
Make sure the include files get distributed.
llvm-svn: 17247
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index c1a894bddc7..f96f1aba2ed 100644 --- a/llvm/projects/sample/Makefile +++ b/llvm/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. |