parent
bba4c313bc
commit
0a4419ae4c
@ -62,7 +62,7 @@ VC_DIST = projects/README.md \
|
||||
projects/wolfssl_override.props
|
||||
|
||||
WINBUILD_DIST = winbuild/README.md winbuild/gen_resp_file.bat \
|
||||
winbuild/MakefileBuild.vc winbuild/Makefile.vc
|
||||
winbuild/MakefileBuild.vc winbuild/Makefile.vc winbuild/makedebug.cmd
|
||||
|
||||
PLAN9_DIST = plan9/include/mkfile \
|
||||
plan9/include/mkfile \
|
||||
|
||||
@ -43,6 +43,7 @@ EXTRA_DIST = \
|
||||
$(CURLPAGES) \
|
||||
ALTSVC.md \
|
||||
BINDINGS.md \
|
||||
BUFQ.md \
|
||||
BUFREF.md \
|
||||
BUG-BOUNTY.md \
|
||||
BUGS.md \
|
||||
@ -77,8 +78,10 @@ EXTRA_DIST = \
|
||||
INSTALL-CMAKE.md \
|
||||
INSTALL.md \
|
||||
INTERNALS.md \
|
||||
IPFS.md \
|
||||
KNOWN_BUGS \
|
||||
MAIL-ETIQUETTE.md \
|
||||
MANUAL.md \
|
||||
MQTT.md \
|
||||
NEW-PROTOCOL.md \
|
||||
options-in-versions \
|
||||
|
||||
@ -43,14 +43,15 @@ TESTSCRIPTS = \
|
||||
test1544.pl \
|
||||
test971.pl
|
||||
|
||||
EXTRA_DIST = appveyor.pm azure.pm CMakeLists.txt devtest.pl \
|
||||
EXTRA_DIST = appveyor.pm azure.pm conftest.py CMakeLists.txt devtest.pl \
|
||||
dictserver.py directories.pm FILEFORMAT.md processhelp.pm ftpserver.pl \
|
||||
getpart.pm globalconfig.pm http-server.pl http2-server.pl \
|
||||
http3-server.pl memanalyze.pl negtelnetserver.py pathhelp.pm README.md \
|
||||
rtspserver.pl runner.pm runtests.1 runtests.pl secureserver.pl \
|
||||
serverhelp.pm servers.pm smbserver.py sshhelp.pm sshserver.pl \
|
||||
stunnel.pem testcurl.1 testcurl.pl testutil.pm tftpserver.pl util.py \
|
||||
valgrind.pm valgrind.supp $(TESTSCRIPTS)
|
||||
http3-server.pl memanalyze.pl negtelnetserver.py nghttpx.conf \
|
||||
pathhelp.pm README.md requirements.txt rtspserver.pl runner.pm \
|
||||
runtests.1 runtests.pl secureserver.pl serverhelp.pm servers.pm \
|
||||
smbserver.py sshhelp.pm sshserver.pl stunnel.pem testcurl.1 \
|
||||
testcurl.pl testutil.pm tftpserver.pl util.py valgrind.pm \
|
||||
valgrind.supp $(TESTSCRIPTS)
|
||||
|
||||
DISTCLEANFILES = configurehelp.pm
|
||||
|
||||
|
||||
@ -50,6 +50,7 @@ GENERATEDCERTS = \
|
||||
Server-localhost-sv.pem \
|
||||
Server-localhost-sv.pub.der \
|
||||
Server-localhost-sv.pub.pem \
|
||||
Server-localhost-sv.pubkey-pinned \
|
||||
Server-localhost.nn-sv.crl \
|
||||
Server-localhost.nn-sv.crt \
|
||||
Server-localhost.nn-sv.csr \
|
||||
@ -59,6 +60,7 @@ GENERATEDCERTS = \
|
||||
Server-localhost.nn-sv.pem \
|
||||
Server-localhost.nn-sv.pub.der \
|
||||
Server-localhost.nn-sv.pub.pem \
|
||||
Server-localhost.nn-sv.pubkey-pinned \
|
||||
Server-localhost0h-sv.crl \
|
||||
Server-localhost0h-sv.crt \
|
||||
Server-localhost0h-sv.csr \
|
||||
@ -68,6 +70,7 @@ GENERATEDCERTS = \
|
||||
Server-localhost0h-sv.pem \
|
||||
Server-localhost0h-sv.pub.der \
|
||||
Server-localhost0h-sv.pub.pem \
|
||||
Server-localhost0h-sv.pubkey-pinned \
|
||||
Server-localhost-firstSAN-sv.crl \
|
||||
Server-localhost-firstSAN-sv.crt \
|
||||
Server-localhost-firstSAN-sv.csr \
|
||||
@ -77,6 +80,7 @@ GENERATEDCERTS = \
|
||||
Server-localhost-firstSAN-sv.pem \
|
||||
Server-localhost-firstSAN-sv.pub.der \
|
||||
Server-localhost-firstSAN-sv.pub.pem \
|
||||
Server-localhost-firstSAN-sv.pubkey-pinned \
|
||||
Server-localhost-lastSAN-sv.crl \
|
||||
Server-localhost-lastSAN-sv.crt \
|
||||
Server-localhost-lastSAN-sv.csr \
|
||||
@ -86,6 +90,7 @@ GENERATEDCERTS = \
|
||||
Server-localhost-lastSAN-sv.pem \
|
||||
Server-localhost-lastSAN-sv.pub.der \
|
||||
Server-localhost-lastSAN-sv.pub.pem \
|
||||
Server-localhost-lastSAN-sv.pubkey-pinned \
|
||||
stunnel-sv.crl \
|
||||
stunnel-sv.crt \
|
||||
stunnel-sv.csr \
|
||||
@ -94,7 +99,9 @@ GENERATEDCERTS = \
|
||||
stunnel-sv.key \
|
||||
stunnel-sv.pem \
|
||||
stunnel-sv.der \
|
||||
stunnel-sv.pub.pem
|
||||
stunnel-sv.pub.der \
|
||||
stunnel-sv.pub.pem \
|
||||
stunnel-sv.pubkey-pinned
|
||||
|
||||
SRPFILES = \
|
||||
srp-verifier-conf \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user