From 1261247e2a5b29d78cb415bfa49397b4355c195f Mon Sep 17 00:00:00 2001 From: John Safranek Date: Fri, 2 Nov 2018 11:30:29 -0700 Subject: [PATCH] Added the resource.h and wolfssl.rc to the list of EXTRA_DIST files. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7bb8051c9..6c1f3827d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,6 +91,7 @@ EXTRA_DIST+= INSTALL EXTRA_DIST+= IPP EXTRA_DIST+= .cproject EXTRA_DIST+= .project +EXTRA_DIST+= resource.h wolfssl.rc include wrapper/include.am include cyassl/include.am