X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2FMakefile.am;h=b3fd6121b2d826269f4b82551f934bcb343b3231;hb=932ae6cca229b4156728a16cb07f3266ef1a8f99;hp=3f754d04f3f26b85edc3d982fa69080c81d79737;hpb=85c73568b0739fabfe454532a955d80adc2ccc7a;p=mono.git diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index 3f754d04f3f..b3fd6121b2d 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -50,6 +50,7 @@ if PLATFORM_ANDROID platform_sources += ../../support/libm/complex.c endif +if !DYNAMIC_BTLS if BTLS btls_file_list := $(shell cat ../btls/build-shared/mono-btls-shared-lo.txt) btls_static_file_list := $(shell cat ../btls/build-static/mono-btls-static-lo.txt) @@ -57,6 +58,7 @@ btls_libs = $(btls_file_list) btls_static_libs = $(btls_static_file_list) btls_cflags = -I$(top_srcdir)/external/boringssl/include -I$(top_srcdir)/mono/btls endif +endif # # libtool is not capable of creating static/shared versions of the same