From: Simon Doppler Date: Mon, 24 Nov 2014 14:20:08 +0000 (+0100) Subject: Correction of include path for CrunchBang (Debian derivative) X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=41ecaf14d666a9d9bf26427b7b164b2bf12de8e1 Correction of include path for CrunchBang (Debian derivative) --- diff --git a/src/Makefile b/src/Makefile index 333ed8d..fd31fd8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,7 +38,7 @@ endif ifeq ($(UNAME_S),Linux) LSB_RELEASE := $(shell lsb_release -si 2>/dev/null || echo not) - ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint),) + ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint CrunchBang),) CPPFLAGS += -I/usr/include/ncursesw endif endif