Small fix for when installing in custom path with i3.

This commit is contained in:
QC 2014-01-11 10:34:43 +01:00
parent aefcd2545c
commit bc4693b5ac
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ endif
I3?=$(shell which i3)
ifneq (${I3},${EMPTY})
$(info I3 mode is enabled)
CFLAGS+=-DI3
CFLAGS+=-DI3 -I${PREFIX}/include/
endif
all: normal