Skip to content

Commit

Permalink
- added missing include file tls_ciphers.h to install target
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Dec 30, 2024
1 parent 9176149 commit 7d58626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib60870-C/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ set(API_HEADERS
${CMAKE_CURRENT_LIST_DIR}/src/hal/inc/hal_serial.h
${CMAKE_CURRENT_LIST_DIR}/src/hal/inc/hal_base.h
${CMAKE_CURRENT_LIST_DIR}/src/hal/inc/tls_config.h
${CMAKE_CURRENT_LIST_DIR}/src/hal/inc/tls_ciphers.h
${CMAKE_CURRENT_LIST_DIR}/src/common/inc/linked_list.h
${CMAKE_CURRENT_LIST_DIR}/src/inc/api/cs101_master.h
${CMAKE_CURRENT_LIST_DIR}/src/inc/api/cs101_slave.h
Expand Down
1 change: 1 addition & 0 deletions lib60870-C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ LIB_API_HEADER_FILES += src/inc/api/iec60870_master.h
LIB_API_HEADER_FILES += src/inc/api/iec60870_slave.h
LIB_API_HEADER_FILES += src/inc/api/link_layer_parameters.h
LIB_API_HEADER_FILES += src/hal/inc/tls_config.h
LIB_API_HEADER_FILES += src/hal/inc/tls_ciphers.h
LIB_API_HEADER_FILES += src/file-service/cs101_file_service.h

LIB_TEST_SOURCES = tests/all_tests.c
Expand Down

0 comments on commit 7d58626

Please sign in to comment.