From 9903a26661a8b7839bf711167da054a7273d9778 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 7 Sep 2015 01:28:29 -0500 Subject: distribute strcasecmp.c --- crypto/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto') diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 26d30d9..39d50c4 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -9,6 +9,9 @@ lib_LTLIBRARIES = libcrypto.la EXTRA_DIST = VERSION EXTRA_DIST += CMakeLists.txt +# needed for a CMake target +EXTRA_DIST += compat/strcasecmp.c + libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined libcrypto_la_LIBADD = libcompat.la libcompatnoopt.la libcrypto_la_CPPFLAGS = -DLIBRESSL_INTERNAL -- cgit v1.2.3-55-g6feb