From 20e91be152492a8683dc14ffe6b5b1317a66b64d Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Sun, 23 Jan 2005 07:58:57 +0000 Subject: 2005-01-23 Geoff Norton * ServiceBase.cs: Implement missing virtuals. * ServiceInstaller.cs: Initial Implementation. * ServiceProcessInstaller.cs: Initial Implementation. svn path=/trunk/mcs/; revision=39373 --- mcs/class/System.ServiceProcess/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/System.ServiceProcess/Makefile') diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile index a2c502f85ad..9153893b1f0 100644 --- a/mcs/class/System.ServiceProcess/Makefile +++ b/mcs/class/System.ServiceProcess/Makefile @@ -3,7 +3,7 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.ServiceProcess.dll -LIB_MCS_FLAGS = /r:System.dll +LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll EXTRA_DISTFILES = -- cgit v1.2.3