forked from wolfSSL/wolfssl
Merge pull request #991 from JacobBarthelmeh/Testing
update .am files for make dist
This commit is contained in:
6
IDE/LINUX-SGX/include.am
Normal file
6
IDE/LINUX-SGX/include.am
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# vim:ft=automake
|
||||||
|
# included from Top Level Makefile.am
|
||||||
|
# All paths should be given relative to the root
|
||||||
|
|
||||||
|
EXTRA_DIST+= IDE/LINUX-SGX/README.md
|
||||||
|
EXTRA_DIST+= IDE/LINUX-SGX/sgx_t_static.mk
|
@ -5,6 +5,7 @@
|
|||||||
include IDE/iOS/include.am
|
include IDE/iOS/include.am
|
||||||
include IDE/WIN/include.am
|
include IDE/WIN/include.am
|
||||||
include IDE/WIN-SGX/include.am
|
include IDE/WIN-SGX/include.am
|
||||||
|
include IDE/LINUX-SGX/include.am
|
||||||
include IDE/WORKBENCH/include.am
|
include IDE/WORKBENCH/include.am
|
||||||
include IDE/ROWLEY-CROSSWORKS-ARM/include.am
|
include IDE/ROWLEY-CROSSWORKS-ARM/include.am
|
||||||
include IDE/ARDUINO/include.am
|
include IDE/ARDUINO/include.am
|
||||||
|
@ -3,15 +3,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
certs/ocsp/index0.txt \
|
certs/ocsp/index-ca-and-intermediate-cas.txt \
|
||||||
certs/ocsp/index1.txt \
|
certs/ocsp/index-intermediate1-ca-issued-certs.txt \
|
||||||
certs/ocsp/index2.txt \
|
certs/ocsp/index-intermediate3-ca-issued-certs.txt \
|
||||||
certs/ocsp/index3.txt \
|
certs/ocsp/index-intermediate3-ca-issued-certs.txt \
|
||||||
certs/ocsp/openssl.cnf \
|
certs/ocsp/openssl.cnf \
|
||||||
certs/ocsp/ocspd0.sh \
|
|
||||||
certs/ocsp/ocspd1.sh \
|
|
||||||
certs/ocsp/ocspd2.sh \
|
|
||||||
certs/ocsp/ocspd3.sh \
|
|
||||||
certs/ocsp/intermediate1-ca-key.pem \
|
certs/ocsp/intermediate1-ca-key.pem \
|
||||||
certs/ocsp/intermediate1-ca-cert.pem \
|
certs/ocsp/intermediate1-ca-cert.pem \
|
||||||
certs/ocsp/intermediate2-ca-key.pem \
|
certs/ocsp/intermediate2-ca-key.pem \
|
||||||
|
@ -25,5 +25,6 @@ EXTRA_DIST += tests/test.conf \
|
|||||||
tests/test-psk-no-id.conf \
|
tests/test-psk-no-id.conf \
|
||||||
tests/test-dtls.conf \
|
tests/test-dtls.conf \
|
||||||
tests/test-sctp.conf \
|
tests/test-sctp.conf \
|
||||||
tests/test-sig.conf
|
tests/test-sig.conf \
|
||||||
|
tests/test-ed25519.conf
|
||||||
DISTCLEANFILES+= tests/.libs/unit.test
|
DISTCLEANFILES+= tests/.libs/unit.test
|
||||||
|
Reference in New Issue
Block a user