Ver Fonte

fix build again

svn path=/trunk/mcs/; revision=83947
Sebastien Pouliot há 18 anos atrás
pai
commit
d0109eef78
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      mcs/tools/corcompare/Makefile

+ 1 - 1
mcs/tools/corcompare/Makefile

@@ -30,7 +30,7 @@ PROGRAM_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
 APIINFO_SOURCES = mono-api-info.cs
 APIDIFF_SOURCES = mono-api-diff.cs
 
-DISTFILES= $(CORCOMPARE_SOURCES) $(APIINFO_SOURCES) $(APIDIFF_SOURCES) cormissing.xsl TODO mono-api.xsl
+DISTFILES= $(CORCOMPARE_SOURCES) $(APIINFO_SOURCES) $(APIDIFF_SOURCES) cormissing.xsl TODO mono-api.xsl transform.cs
 
 all-local: $(ALL_PROGRAMS)