pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db3a63
)
Correction of include path for CrunchBang (Debian derivative)
author
Simon Doppler
<dopsi.dev@gmail.com>
Mon, 24 Nov 2014 14:20:08 +0000
(15:20 +0100)
committer
Simon Doppler
<dopsi.dev@gmail.com>
Mon, 24 Nov 2014 14:20:08 +0000
(15:20 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
333ed8d
..
fd31fd8
100644
(file)
--- 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