From eacfbeeea8a73822b16c62e5b948941dc10c46de Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 27 May 2018 15:04:19 -0400 Subject: [PATCH] Building testCa requires src/ca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9914eca..249e8b3 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ testApp_DEPEND_DIRS = src DIRS += testCa -testCa_DEPEND_DIRS = src +testCa_DEPEND_DIRS = src src/ca DIRS += examples