diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index dcdbccc26e7d00988a1264a299f988869ee1e2fc..1c68f82d6b970c33fbfd30a36222b47e15408102 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -242,6 +242,11 @@ ifeq ($(OS_CLASS), WIN32) $(PROD_NAME)_SYS_LIBS += setupapi endif endif + + ifdef DXPSITORO + $(DBD_NAME)_DBD += dxpSITOROSupport.dbd + $(PROD_NAME)_LIBS := dxpSITORO $($(PROD_NAME)_LIBS) + endif endif ##################################################################