[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / mono-service / Makefile
index 7e8331eb46acbb1864fa0614bd835a1b7656c49b..84286e7f95fffbf75b4559235ea776e10005d7c5 100644 (file)
@@ -4,9 +4,12 @@ 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
+LIB_REFS = System.ServiceProcess Mono.Posix System
 
 # Copied from library.make