Merge pull request #301 from directhex/master
[mono.git] / msvc / Makefile.am
index b83dd4a66a2dd0b167ef046aa47ce6b0f6f47c2d..4a3f3b44fdfd39dd6351d1d4bb37ef56eee37a42 100644 (file)
@@ -1,6 +1,15 @@
 
-EXTRA_DIST=create-windef.pl mono.def README
+VCXPROJS = $(wildcard *.vcxproj)
+
+EXTRA_DIST = \
+            $(VCXPROJS) \
+            README \
+            create-windef.pl \
+            mono.def \
+            mono.sln \
+            monoposixhelper.def \
+            runmdesc.bat \
+            winsetup.bat
 
 update-def:
        perl create-windef.pl mono.def
-