From 296d94a2c533bf212fa64a6a302756844ca0a959 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 7 Aug 2001 16:44:23 +0000 Subject: [PATCH] Added caExample_SRCS definition - SRCS required for automated depends. --- src/makeBaseApp/top/exampleApp/src/Makefile | 1 + 1 file changed, 1 insertion(+) 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