From 1c9f013c099bfc10a306d709c3a52664cb4ede66 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 12 Jul 2016 13:03:47 -0700 Subject: [PATCH 1/2] Include the .project and .cproject files in distribution. Fix issue with adding wolfssl to existing project, so the is "wolfssl", not "lib_wolfssl". --- .project | 2 +- Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.project b/.project index 9c76912ee..fc8bc2812 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - lib_wolfssl + wolfssl lpc_board_nxp_lpcxpresso_1837 diff --git a/Makefile.am b/Makefile.am index 2b46d5624..cb3248f73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,8 @@ EXTRA_DIST+= README.md EXTRA_DIST+= LICENSING EXTRA_DIST+= INSTALL EXTRA_DIST+= IPP +EXTRA_DIST+= .cproject +EXTRA_DIST+= .project include wrapper/include.am include cyassl/include.am From 8a20f7a909d079b72aeb40691ddf468c5eef045f Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 12 Jul 2016 13:07:08 -0700 Subject: [PATCH 2/2] Fix to exclude misc.c by default to eliminate #error about inline. --- .cproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cproject b/.cproject index dd29970a5..b93835e25 100644 --- a/.cproject +++ b/.cproject @@ -66,7 +66,7 @@ - +