diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index e32ca96..8552a4d 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -9,7 +9,13 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp | |||
9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | 9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes |
10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | 10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto |
11 | 11 | ||
12 | noinst_LTLIBRARIES = libcompat.la | ||
13 | |||
14 | if ENABLE_LIBTLS_ONLY | ||
15 | noinst_LTLIBRARIES += libcrypto.la | ||
16 | else | ||
12 | lib_LTLIBRARIES = libcrypto.la | 17 | lib_LTLIBRARIES = libcrypto.la |
18 | endif | ||
13 | 19 | ||
14 | EXTRA_DIST = VERSION | 20 | EXTRA_DIST = VERSION |
15 | EXTRA_DIST += CMakeLists.txt | 21 | EXTRA_DIST += CMakeLists.txt |
@@ -126,8 +132,6 @@ else | |||
126 | libcrypto_la_CPPFLAGS += -DOPENSSLDIR=\"$(sysconfdir)/ssl\" | 132 | libcrypto_la_CPPFLAGS += -DOPENSSLDIR=\"$(sysconfdir)/ssl\" |
127 | endif | 133 | endif |
128 | 134 | ||
129 | noinst_LTLIBRARIES = libcompat.la | ||
130 | |||
131 | # compatibility functions that need to be built without optimizations | 135 | # compatibility functions that need to be built without optimizations |
132 | if !HAVE_EXPLICIT_BZERO | 136 | if !HAVE_EXPLICIT_BZERO |
133 | noinst_LTLIBRARIES += libcompatnoopt.la | 137 | noinst_LTLIBRARIES += libcompatnoopt.la |