[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / mono-configuration-crypto / cli / Makefile
index 36d7feb5946ff49b8c0053ea68c68ac987b0b1aa..fe3b52f8d213ba8d713445c79878e7347473d6aa 100644 (file)
@@ -2,11 +2,8 @@ thisdir = tools/mono-configuration-crypto/cli
 SUBDIRS = 
 include ../../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:Mono.Security.dll \
-                 -r:System.Security.dll \
-                 -r:System.Configuration.dll \
-                 -r:System.dll \
-                 -r:$(topdir)/class/lib/$(PROFILE)/Mono.Configuration.Crypto.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = Mono.Security System.Security System.Configuration System Mono.Configuration.Crypto
 
 PROGRAM = mono-configuration-crypto.exe
 PROGRAM_INSTALL_DIR = $(mono_libdir)/mono/mono-configuration-crypto/$(FRAMEWORK_VERSION)