Add EXTRA_DIST listing all the files from btls
authorJo Shields <jo.shields@xamarin.com>
Tue, 4 Oct 2016 09:49:46 +0000 (10:49 +0100)
committerJo Shields <jo.shields@xamarin.com>
Tue, 4 Oct 2016 11:27:01 +0000 (12:27 +0100)
Apparently there's no way to get CMake to just spit out its own uncached variables, so we can't do this programatically.

mono/btls/Makefile.am

index e1978672590e8694efc4fe29fb5b3437cefd191a..0bb00bf184e34924b76ab1d5e6c7d545f38d1116 100644 (file)
@@ -1,6 +1,44 @@
 BTLS_STATIC_LIST = build-static/mono-btls-static-lo.txt
 BTLS_SHARED_LIST = build-shared/mono-btls-shared-lo.txt
 
+EXTRA_DIST = btls-android-utils.c \
+       btls-bio.c \
+       btls-bio.h \
+       btls-error.c \
+       btls-error.h \
+       btls-key.c \
+       btls-key.h \
+       btls-pkcs12.c \
+       btls-pkcs12.h \
+       btls-ssl.c \
+       btls-ssl-ctx.c \
+       btls-ssl-ctx.h \
+       btls-ssl.h \
+       btls-util.c \
+       btls-util.h \
+       btls-x509.c \
+       btls-x509-chain.c \
+       btls-x509-chain.h \
+       btls-x509-crl.c \
+       btls-x509-crl.h \
+       btls-x509.h \
+       btls-x509-lookup.c \
+       btls-x509-lookup.h \
+       btls-x509-lookup-mono.c \
+       btls-x509-lookup-mono.h \
+       btls-x509-name.c \
+       btls-x509-name.h \
+       btls-x509-revoked.c \
+       btls-x509-revoked.h \
+       btls-x509-store.c \
+       btls-x509-store-ctx.c \
+       btls-x509-store-ctx.h \
+       btls-x509-store.h \
+       btls-x509-verify-param.c \
+       btls-x509-verify-param.h \
+       CMakeLists.txt \
+       create-object-library.sh
+
 CMAKE_VERBOSE=$(if $(V),VERBOSE=1,)
 
 CMAKE_ARGS = -D CMAKE_INSTALL_PREFIX:PATH=$(prefix) -D BTLS_ROOT:PATH=$(BTLS_ROOT) \