diff --git a/src/makeBaseApp/top/exampleApp/src/Makefile b/src/makeBaseApp/top/exampleApp/src/Makefile index c971904dd..04aeeea68 100644 --- a/src/makeBaseApp/top/exampleApp/src/Makefile +++ b/src/makeBaseApp/top/exampleApp/src/Makefile @@ -9,6 +9,7 @@ include $(TOP)/configure/CONFIG PROD_HOST += caExample +caExample_SRCS += caExample.c caExample_LIBS += ca caExample_LIBS += Com