svn path=/trunk/mono/; revision=77327
@@ -1,3 +1,8 @@
+2007-05-13 Raja R Harinath <[email protected]>
+
+ * Makefile.am (VCPROJS): New.
+ (EXTRA_DIST): Don't use glob.
2007-04-27 Jonathan Chambers <[email protected]>
Combined patch from Michael Jerris <[email protected]> and me.
@@ -1,6 +1,20 @@
+VCPROJS = \
+ eglib.vcproj \
+ genmdesc.vcproj \
+ libgc.vcproj \
+ libmono.vcproj \
+ mono.vcproj \
+ monoburg.vcproj \
+ monodiet.vcproj \
+ monodis.vcproj \
+ monograph.vcproj \
+ pedump.vcproj \
+ test-invoke.vcproj \
+ test-metadata.vcproj \
+ test_eglib.vcproj \
+ teste.vcproj
-EXTRA_DIST=create-windef.pl mono.def README *.vcproj mono.sln
+EXTRA_DIST = create-windef.pl mono.def README mono.sln $(VCPROJS)
update-def:
perl create-windef.pl mono.def
-