Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / tools / linker / Makefile
index b6b8fc785611d4f43ed16e58922940a3c7140535..63c5eb6adce769bff8c1b9107149ad02576bd708 100644 (file)
@@ -18,7 +18,7 @@ PROGRAM = monolinker.exe
 
 $(PROGRAM): $(RESOURCES)
 
-LOCAL_MCS_FLAGS = /r:$(CECIL) /r:System.Xml.dll -keyfile:$(PROGRAM_SNK) $(RESOURCES:%=-resource:%)
+LOCAL_MCS_FLAGS = /r:$(CECIL) /r:System.Xml.dll /r:System.Core.dll /r:System.dll $(RESOURCES:%=-resource:%)
 
 EXTRA_DISTFILES = $(RESOURCES)