Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / Makefile.am
index 30c29ce82725488362506d565201f9f154c95393..65830f1a7b1f3cbd11e956140c3ad6c135b619a8 100644 (file)
@@ -7,7 +7,7 @@ SUBDIRS = $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support docs data ru
 ## 'tools' is not normally built
 DIST_SUBDIRS = libgc $(eglib_dir) mono ikvm-native support docs data runtime scripts man samples web tools msvc
 
-EXTRA_DIST= mono-uninstalled.pc.in LICENSE
+EXTRA_DIST= mono-uninstalled.pc.in dtrace-prelink.sh build-mingw32.sh LICENSE
 
 DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false
 
@@ -82,3 +82,7 @@ win32setup:
 bootstrap: all
        @echo "*** 'make bootstrap' is obsolete.  Just run 'make' to perform a combined mono+mcs build"
        exit 1
+
+patch-quiet:
+       find mono -name Makefile -exec scripts/patch-quiet.sh {} \;
+       find libgc -name Makefile -exec scripts/patch-quiet.sh {} \;