diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 20:53:14 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 20:53:14 +0000 |
commit | 0c82def7159d2dda728f1f2f331878ff45d3ba87 (patch) | |
tree | 4a7f5f68f2712aa9ba28340950ea1dec59e79335 /Makefile | |
parent | ad2072643ac2ea2c13f991474e500b28a160bb46 (diff) |
Include the win32 and Xcode directories in the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ else DIRS += docs endif endif -EXTRA_DIST := test llvm.spec include +EXTRA_DIST := test llvm.spec include win32 Xcode include $(LLVM_SRC_ROOT)/Makefile.rules |