From 37db5a9ab3cffb6a22cad112162ce2eaa1e4e97d Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 17 Nov 2021 12:05:05 -0700 Subject: [PATCH] Add include.am(s) for new file(s) --- IDE/XCODE-FIPSv2/include.am | 11 +++++++++++ IDE/include.am | 1 + 2 files changed, 12 insertions(+) create mode 100644 IDE/XCODE-FIPSv2/include.am diff --git a/IDE/XCODE-FIPSv2/include.am b/IDE/XCODE-FIPSv2/include.am new file mode 100644 index 000000000..d7bcc8a36 --- /dev/null +++ b/IDE/XCODE-FIPSv2/include.am @@ -0,0 +1,11 @@ +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root + +# TODO: The following will be added by the end of the project +# EXTRA_DIST+= IDE/XCODE-FIPSv2/README.md + +# NOTE: The app will be stored in wolfssl/fips repository and copied +# into the proper release bundles when packaging the release. + +EXTRA_DIST+= IDE/XCODE-FIPSv2/user_settings.h diff --git a/IDE/include.am b/IDE/include.am index b04eb3512..7faf7668b 100644 --- a/IDE/include.am +++ b/IDE/include.am @@ -3,6 +3,7 @@ # All paths should be given relative to the root include IDE/XCODE/include.am +include IDE/XCODE-FIPSv2/include.am include IDE/WIN/include.am include IDE/WIN10/include.am include IDE/WIN-SGX/include.am