mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-19 07:18:40 +02:00
Merge pull request #4148 from BrianAker/master
Fix for make distcheck, maintainer-clean, to allow distribution builds.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user