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 /tls | |
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 'tls')
-rw-r--r-- | tls/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt index a18c24f..3d6dea4 100644 --- a/tls/CMakeLists.txt +++ b/tls/CMakeLists.txt | |||
@@ -34,9 +34,9 @@ add_library(tls ${TLS_SRC}) | |||
34 | target_include_directories(tls | 34 | target_include_directories(tls |
35 | PRIVATE | 35 | PRIVATE |
36 | . | 36 | . |
37 | ../include/compat | ||
37 | PUBLIC | 38 | PUBLIC |
38 | ../include | 39 | ../include) |
39 | ../include/compat) | ||
40 | 40 | ||
41 | if (BUILD_SHARED_LIBS) | 41 | if (BUILD_SHARED_LIBS) |
42 | export_symbol(tls ${CMAKE_CURRENT_SOURCE_DIR}/tls.sym) | 42 | export_symbol(tls ${CMAKE_CURRENT_SOURCE_DIR}/tls.sym) |