aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 4fba77b..f8c7108 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -20,6 +20,12 @@ libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM
20endif 20endif
21endif 21endif
22 22
23if OPENSSLDIR_DEFINED
24libcrypto_la_CPPFLAGS += -DOPENSSLDIR=\"@OPENSSLDIR@\"
25else
26libcrypto_la_CPPFLAGS += -DOPENSSLDIR=\"$(sysconfdir)/ssl\"
27endif
28
23noinst_LTLIBRARIES = libcompat.la libcompatnoopt.la 29noinst_LTLIBRARIES = libcompat.la libcompatnoopt.la
24 30
25# compatibility functions that need to be built without optimizations 31# compatibility functions that need to be built without optimizations