Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / tools / btls / Makefile
1 thisdir = tools/btls
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = System Mono.Security Mono.Btls.Interface
7 PROGRAM = btls-cert-sync.exe
8
9 ifndef HAVE_BTLS
10 PROGRAM_NAME = dummy-btls-cert-sync.exe
11 NO_INSTALL = yes
12 NO_SIGN_ASSEMBLY = yes
13 NO_TEST = yes
14 NO_BUILD = yes
15 endif
16
17 include ../../build/executable.make