12 lines
375 B
Makefile
Raw Normal View History

thisdir = tools/mono-configuration-crypto/cli
SUBDIRS =
include ../../../build/rules.make
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)
include ../../../build/executable.make