mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-29 17:23:25 +02:00
For distro build don't install options.h (conflicts with multi-arch). Fix for BUILD_DISTRO excludes with indent.
This commit is contained in:
+7
-1
@@ -16,10 +16,16 @@ nobase_include_HEADERS+= \
|
||||
wolfssl/certs_test.h \
|
||||
wolfssl/test.h \
|
||||
wolfssl/version.h \
|
||||
wolfssl/options.h \
|
||||
wolfssl/ocsp.h \
|
||||
wolfssl/crl.h
|
||||
|
||||
noinst_HEADERS+= \
|
||||
wolfssl/internal.h
|
||||
|
||||
# For distro build don't install options.h.
|
||||
# It depends on the architecture and conflicts with Multi-Arch.
|
||||
if BUILD_DISTRO
|
||||
noinst_HEADERS+= wolfssl/options.h
|
||||
else
|
||||
nobase_include_HEADERS+= wolfssl/options.h
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user