Merge branch 'xml-dsig-transforms-from-corefx' of git://github.com/vladimir-kazakov...
[mono.git] / mcs / tools / mono-service / Makefile
index 7e8331eb46acbb1864fa0614bd835a1b7656c49b..e27822addc65e0fda8465c0975549a93b25bc035 100644 (file)
@@ -4,14 +4,17 @@ include ../../build/rules.make
 
 PROGRAM = mono-service.exe
 
+PROGRAM_SNK = ../../class/mono.snk
+
 include ../../build/executable.make
 
-LOCAL_MCS_FLAGS = -r:System.ServiceProcess.dll -r:Mono.Posix.dll -r:System.dll -unsafe
+LOCAL_MCS_FLAGS = -unsafe -publicsign -keyfile:../../class/mono.snk
+LIB_REFS = System.ServiceProcess Mono.Posix System
 
 # Copied from library.make
 
 # -- begin --
-ifeq ($(PLATFORM), win32)
+ifeq ($(BUILD_PLATFORM), win32)
 GACDIR = `cygpath -w $(mono_libdir)`
 GACROOT = `cygpath -w $(DESTDIR)$(mono_libdir)`
 test_flags += -d:WINDOWS