Merge pull request #4148 from BrianAker/master

Fix for make distcheck, maintainer-clean, to allow distribution builds.
This commit is contained in:
John Safranek
2021-06-23 10:33:06 -07:00
committed by GitHub
4 changed files with 76 additions and 0 deletions

View File

@@ -1,6 +1,14 @@
# vim:ft=automake
# All paths should be given relative to the root
BUILT_SOURCES+= wolfcrypt/src/port/cavium/cavium_nitrox.c
BUILT_SOURCES+= wolfcrypt/src/port/intel/quickassist.c
BUILT_SOURCES+= wolfcrypt/src/port/intel/quickassist_mem.c
MAINTAINERCLEANFILES+= wolfcrypt/src/port/cavium/cavium_nitrox.c
MAINTAINERCLEANFILES+= wolfcrypt/src/port/intel/quickassist.c
MAINTAINERCLEANFILES+= wolfcrypt/src/port/intel/quickassist_mem.c
EXTRA_DIST += src/bio.c
EXTRA_DIST += wolfcrypt/src/misc.c
EXTRA_DIST += wolfcrypt/src/evp.c
@@ -101,6 +109,14 @@ EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/Renesas/README.md \
wolfcrypt/src/port/cypress/psoc6_crypto.c
wolfcrypt/src/port/cavium/cavium_nitrox.c: Makefile
touch $(srcdir)/$@
wolfcrypt/src/port/intel/quickassist.c: Makefile
touch $(srcdir)/$@
wolfcrypt/src/port/intel/quickassist_mem.c: Makefile
touch $(srcdir)/$@
if BUILD_CRYPTOCB
src_libwolfssl_la_SOURCES += wolfcrypt/src/cryptocb.c