X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2FMakefile;h=fd31fd8691ba36242c6de85f5b04378181937398;hb=4b8ad1b3b464836eca2e876dd418a8e8d87bd721;hp=333ed8d1f972c56eb5c982ac521495093a7d8e07;hpb=6e777ea835c4c83d2a4c1d8e33d0d6a9ec0bfad0;p=smdp.git 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