Merge pull request #9114 from douzzer/20250819-debug-trace-errcodes-dist-artifacts

20250819-debug-trace-errcodes-dist-artifacts
This commit is contained in:
JacobBarthelmeh
2025-08-20 10:48:38 -06:00
committed by GitHub

View File

@@ -8,6 +8,8 @@ include wolfssl/openssl/include.am
endif
EXTRA_DIST+= wolfssl/sniffer_error.rc
EXTRA_DIST+= wolfssl/debug-trace-error-codes.h
EXTRA_DIST+= wolfssl/debug-untrace-error-codes.h
nobase_include_HEADERS+= \
wolfssl/error-ssl.h \
@@ -36,6 +38,3 @@ endif
wolfssl/debug-trace-error-codes.h wolfssl/debug-untrace-error-codes.h: wolfssl/wolfcrypt/error-crypt.h wolfssl/error-ssl.h
@support/gen-debug-trace-error-codes.sh
DISTCLEANFILES += wolfssl/debug-trace-error-codes.h \
wolfssl/debug-untrace-error-codes.h