From 5ab6d5850418dedffda9108755e1c0326fd6e0e1 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 20 Mar 2019 15:01:54 -0700 Subject: [PATCH] Release Fixes 1. Pick up a few new files into the distrubution that were missed. --- IDE/WICED-STUDIO/include.am | 6 ++++++ IDE/XCODE/include.am | 1 + IDE/include.am | 1 + 3 files changed, 8 insertions(+) create mode 100644 IDE/WICED-STUDIO/include.am diff --git a/IDE/WICED-STUDIO/include.am b/IDE/WICED-STUDIO/include.am new file mode 100644 index 000000000..45fd7e75a --- /dev/null +++ b/IDE/WICED-STUDIO/include.am @@ -0,0 +1,6 @@ +# vim:ft=automake +# included from Top Level Makefile.am +# All paths should be given relative to the root + +EXTRA_DIST+= IDE/WICED-STUDIO/README +EXTRA_DIST+= IDE/WICED-STUDIO/user_settings.h diff --git a/IDE/XCODE/include.am b/IDE/XCODE/include.am index 9af200fe3..bd9b5ee82 100644 --- a/IDE/XCODE/include.am +++ b/IDE/XCODE/include.am @@ -8,5 +8,6 @@ EXTRA_DIST+= IDE/XCODE/wolfssl.xcodeproj/project.pbxproj EXTRA_DIST+= IDE/XCODE/wolfssl.xcworkspace EXTRA_DIST+= IDE/XCODE/wolfssl_testsuite.xcodeproj EXTRA_DIST+= IDE/XCODE/user_settings.h +EXTRA_DIST+= IDE/XCODE/build-for-i386.sh include IDE/XCODE/Benchmark/include.am diff --git a/IDE/include.am b/IDE/include.am index b95ac279e..852b37b6a 100644 --- a/IDE/include.am +++ b/IDE/include.am @@ -21,5 +21,6 @@ include IDE/ECLIPSE/MICRIUM/include.am include IDE/mynewt/include.am include IDE/Renesas/cs+/Projects/include.am include IDE/Renesas/e2studio/Projects/include.am +include IDE/WICED-STUDIO/include.am EXTRA_DIST+= IDE/IAR-EWARM IDE/MDK-ARM IDE/MDK5-ARM IDE/MYSQL IDE/LPCXPRESSO IDE/HEXIWEAR IDE/Espressif IDE/zephyr