Include the win32 and Xcode directories in the distribution.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 12 Apr 2006 20:53:14 +0000 (20:53 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 12 Apr 2006 20:53:14 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27626 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 9688879af8bc5aa08a710038199163b4f1d8efeb..1aa33039794ad534742c5c08114342283f742c8b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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