Restructure of mono.sln and build properties to better fix static/dynamic library...
[mono.git] / msvc / Makefile.am
index 05082f769ae9e22a934a45bb066dfc1484ab843f..e54aeff8d7e5a6415207d5a307bd2abb9f28b756 100644 (file)
@@ -1,6 +1,17 @@
 
-EXTRA_DIST=create-windef.pl mono.def README *.vcproj mono.sln
+VCXPROJS = $(wildcard *.vcxproj)
 
-update-def:
-       perl create-windef.pl mono.def
+EXTRA_DIST = \
+            $(VCXPROJS) \
+            README \
+            create-windef.pl \
+            mono.def \
+            mono.props \
+            mono.sln \
+            monoposixhelper.def \
+            runmdesc.bat \
+            winsetup.bat
 
+update-def:
+       perl create-windef.pl mono.def ../mono/mini/.libs/libmonoboehm-2.0.so mono-2.0.dll
+       perl create-windef.pl monosgen.def ../mono/mini/.libs/libmonosgen-2.0.so monosgen-2.0.dll