Skip to content

Commit c3a5ac7

Browse files
committed
Fix for missing shared library header files. Stop tracking options.h.
1 parent 71670ad commit c3a5ac7

File tree

2 files changed

+5
-30
lines changed

2 files changed

+5
-30
lines changed

src/include.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ nobase_include_HEADERS += wolfkeymgr/mod_etsi.h \
2525
wolfkeymgr/mod_http.h \
2626
wolfkeymgr/mod_socket.h \
2727
wolfkeymgr/mod_tls.h \
28-
wolfkeymgr/wkm_utils.h
28+
wolfkeymgr/options.h \
29+
wolfkeymgr/version.h \
30+
wolfkeymgr/visibility.h \
31+
wolfkeymgr/wkm_utils.h \
32+
wolfkeymgr/wkm_types.h

wolfkeymgr/options.h

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)