diff --git a/src/makeBaseApp/top/exampleApp/Makefile b/src/makeBaseApp/top/exampleApp/Makefile index 772da438f..971654a92 100644 --- a/src/makeBaseApp/top/exampleApp/Makefile +++ b/src/makeBaseApp/top/exampleApp/Makefile @@ -2,7 +2,7 @@ TOP = .. include $(TOP)/configure/CONFIG DIRS += hostSrc DIRS += iocHostSrc -DIRS += vxSrc +DIRS += iocSrc DIRS += $(wildcard *db*) DIRS += $(wildcard *Db*) include $(TOP)/configure/RULES_DIRS