diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 6 |
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 | |||
20 | endif | 20 | endif |
21 | endif | 21 | endif |
22 | 22 | ||
23 | if OPENSSLDIR_DEFINED | ||
24 | libcrypto_la_CPPFLAGS += -DOPENSSLDIR=\"@OPENSSLDIR@\" | ||
25 | else | ||
26 | libcrypto_la_CPPFLAGS += -DOPENSSLDIR=\"$(sysconfdir)/ssl\" | ||
27 | endif | ||
28 | |||
23 | noinst_LTLIBRARIES = libcompat.la libcompatnoopt.la | 29 | noinst_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 |