From 1c9f013c099bfc10a306d709c3a52664cb4ede66 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 12 Jul 2016 13:03:47 -0700 Subject: [PATCH] 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