[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / mono-configuration-crypto / cli / Makefile
1 thisdir = tools/mono-configuration-crypto/cli
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = Mono.Security System.Security System.Configuration System Mono.Configuration.Crypto
7
8 PROGRAM = mono-configuration-crypto.exe
9 PROGRAM_INSTALL_DIR = $(mono_libdir)/mono/mono-configuration-crypto/$(FRAMEWORK_VERSION)
10
11 include ../../../build/executable.make