diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ssl/Makefile.am | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index a20cb04..cec2417 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -62,6 +62,7 @@ add_library(ssl_obj OBJECT ${SSL_SRC}) | |||
62 | target_include_directories(ssl_obj | 62 | target_include_directories(ssl_obj |
63 | PRIVATE | 63 | PRIVATE |
64 | . | 64 | . |
65 | ../crypto/bio | ||
65 | ../include/compat | 66 | ../include/compat |
66 | PUBLIC | 67 | PUBLIC |
67 | ../include) | 68 | ../include) |
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 227dfdf..7eb0ccd 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -1,5 +1,7 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio | ||
4 | |||
3 | noinst_LTLIBRARIES = libbs.la | 5 | noinst_LTLIBRARIES = libbs.la |
4 | 6 | ||
5 | if ENABLE_LIBTLS_ONLY | 7 | if ENABLE_LIBTLS_ONLY |