From 82a966c7054951efa4bb64eaca12bdacec662380 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Fri, 20 Nov 2020 11:03:32 +0100 Subject: [PATCH] typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 457898c..81aab20 100644 --- a/Makefile +++ b/Makefile @@ -95,8 +95,8 @@ endif LDFLAGS += -lbz2 SOFLAGS += -lbz2 -ifneq ("$(BZIP2_INCLUD_DIR)", "") - CXXFLAGS += -I${BZIP2_INCLUD_DIR} +ifneq ("$(BZIP2_INCLUDE_DIR)", "") + CXXFLAGS += -I${BZIP2_INCLUDE_DIR} endif () CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include -- GitLab