diff options
Diffstat (limited to 'tls/Makefile.am')
-rw-r--r-- | tls/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index 3621e8e..2d033fd 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -8,6 +8,13 @@ EXTRA_DIST += CMakeLists.txt | |||
8 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | 8 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined |
9 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) | 9 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) |
10 | 10 | ||
11 | libtls_la_CPPFLAGS = $(AM_CPPFLAGS) | ||
12 | if OPENSSLDIR_DEFINED | ||
13 | libtls_la_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"@OPENSSLDIR@\" | ||
14 | else | ||
15 | libtls_la_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(sysconfdir)/ssl\" | ||
16 | endif | ||
17 | |||
11 | libtls_la_SOURCES = tls.c | 18 | libtls_la_SOURCES = tls.c |
12 | libtls_la_SOURCES += tls_client.c | 19 | libtls_la_SOURCES += tls_client.c |
13 | libtls_la_SOURCES += tls_config.c | 20 | libtls_la_SOURCES += tls_config.c |