X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2FMakefile.am;h=115e40709aae51ca8c5df9aa1dc4e4241490e57b;hb=52418d713f478a9f23cdb1a76575d58bea225009;hp=05082f769ae9e22a934a45bb066dfc1484ab843f;hpb=d4b7968388f828d2fa2bd190bacf848f70ae64cc;p=mono.git diff --git a/msvc/Makefile.am b/msvc/Makefile.am index 05082f769ae..115e40709aa 100644 --- a/msvc/Makefile.am +++ b/msvc/Makefile.am @@ -1,6 +1,11 @@ -EXTRA_DIST=create-windef.pl mono.def README *.vcproj mono.sln - -update-def: - perl create-windef.pl mono.def +VCXPROJS = $(wildcard *.vcxproj) +EXTRA_DIST = \ + $(VCXPROJS) \ + README \ + mono.props \ + mono.sln \ + monoposixhelper.def \ + runmdesc.bat \ + winsetup.bat