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