From 14a7065f6e0f2d5bb48e7c4fd62d98ef6537368c Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Fri, 16 Sep 2016 10:04:50 -0600 Subject: [PATCH] fix distribution issue --- IDE/ARDUINO/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/ARDUINO/include.am b/IDE/ARDUINO/include.am index 2aef28d91..01b2d32fb 100644 --- a/IDE/ARDUINO/include.am +++ b/IDE/ARDUINO/include.am @@ -3,6 +3,6 @@ # All paths should be given relative to the root EXTRA_DIST+= IDE/ARDUINO/README.md -EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_client.ino +EXTRA_DIST+= IDE/ARDUINO/sketches/wolfssl_client/wolfssl_client.ino EXTRA_DIST+= IDE/ARDUINO/wolfssl-arduino.sh