diff --git a/Makefile.common b/Makefile.common index 3a5c211..fd3b566 100644 --- a/Makefile.common +++ b/Makefile.common @@ -29,7 +29,8 @@ SOURCES_C += \ $(CORE_DIR)/video.c \ $(CORE_DIR)/vsuni.c -ifneq ($(STATIC_LINKING),1) +ifeq ($(STATIC_LINKING),1) +else SOURCES_C += $(CORE_DIR)/memstream.c endif