aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/CMakeLists.txt1
-rw-r--r--ssl/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
index 9be9e99..e2eeab5 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -65,6 +65,7 @@ target_include_directories(ssl_obj
65 PRIVATE 65 PRIVATE
66 . 66 .
67 hidden 67 hidden
68 ../crypto
68 ../crypto/bio 69 ../crypto/bio
69 ../include/compat 70 ../include/compat
70 PUBLIC 71 PUBLIC
diff --git a/ssl/Makefile.am b/ssl/Makefile.am
index dca98e2..a7a7d72 100644
--- a/ssl/Makefile.am
+++ b/ssl/Makefile.am
@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common
2 2
3-include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk 3-include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk
4 4
5AM_CPPFLAGS += -I$(top_srcdir)/crypto
5AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio 6AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio
6 7
7noinst_LTLIBRARIES = libbs.la 8noinst_LTLIBRARIES = libbs.la