Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.ServiceProcess/Makefile')
-rw-r--r--mcs/class/System.ServiceProcess/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile
index e837292dff6..8cdb3847012 100644
--- a/mcs/class/System.ServiceProcess/Makefile
+++ b/mcs/class/System.ServiceProcess/Makefile
@@ -3,6 +3,7 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = System.ServiceProcess.dll
+LIB_REFS = System System.Configuration.Install System.Windows.Forms
LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll \
/r:System.Windows.Forms.dll /nowarn:0618
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)