diff options
author | Brent Cook <bcook@openbsd.org> | 2018-06-14 04:48:23 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-06-14 04:48:59 -0500 |
commit | 64b69515762f79c7d8841025455c188708059abd (patch) | |
tree | aadc919c6a99dac30ef725104a84b2cf8c3eac50 /ssl | |
parent | d4bf25f6c006a74d3b7c472099e097b9f701744f (diff) | |
download | portable-64b69515762f79c7d8841025455c188708059abd.tar.gz portable-64b69515762f79c7d8841025455c188708059abd.tar.bz2 portable-64b69515762f79c7d8841025455c188708059abd.zip |
make headers under include/compat private again
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 44e5265..1a559e6 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -45,9 +45,9 @@ add_library(ssl ${SSL_SRC}) | |||
45 | target_include_directories(ssl | 45 | target_include_directories(ssl |
46 | PRIVATE | 46 | PRIVATE |
47 | . | 47 | . |
48 | ../include/compat | ||
48 | PUBLIC | 49 | PUBLIC |
49 | ../include | 50 | ../include) |
50 | ../include/compat) | ||
51 | 51 | ||
52 | if (BUILD_SHARED_LIBS) | 52 | if (BUILD_SHARED_LIBS) |
53 | export_symbol(ssl ${CMAKE_CURRENT_SOURCE_DIR}/ssl.sym) | 53 | export_symbol(ssl ${CMAKE_CURRENT_SOURCE_DIR}/ssl.sym) |