MAKEFILES: Include dynamic building detection module if requested

This commit is contained in:
aryanrawlani28 2020-08-25 19:36:22 +05:30 committed by Eugene Sandulenko
parent 81d2bb8f11
commit 11615faca8

View File

@ -78,6 +78,10 @@ KYRARPG_COMMON_OBJ := $(KYRARPG_COMMON_OBJ_ORIG)
# Enable-rules again
USE_RULES := 1
ifneq "$(DETECTION_STATIC)" "1"
-include $(srcdir)/engines/detect_modules.mk
endif
# Depdir information
DEPDIRS = $(addsuffix $(DEPDIR),$(MODULE_DIRS))
DEPFILES =