From 609d72b0ca0ba533d7aaff330b5c46e5dc709a89 Mon Sep 17 00:00:00 2001 From: George Lu Date: Mon, 4 Jun 2018 14:33:21 -0700 Subject: [PATCH] Added Deprecated Dependencies --- lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index 30926a2f8..00a51fdbf 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,10 +42,12 @@ ZSTD_LIB_DICTBUILDER ?= 1 ZSTD_LIB_DEPRECATED ?= 1 ifeq ($(ZSTD_LIB_COMPRESSION), 0) ZSTD_LIB_DICTBUILDER = 0 + ZSTD_DEPRECATED = 0 endif ifeq ($(ZSTD_LIB_DECOMPRESSION), 0) ZSTD_LEGACY_SUPPORT = 0 + ZSTD_DEPRECATED = 0 endif ifneq ($(ZSTD_LIB_COMPRESSION), 0)