From 0d9ff5c8922745e91a26a078e686fad180f4dcbe Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 3 Apr 2013 07:13:19 +0000 Subject: [PATCH] Add ncursesw CPPFLAGS --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 9996dee..6bc567f 100644 --- a/makefile +++ b/makefile @@ -22,6 +22,9 @@ TEST_SRC ?= test date util VIEWS ?= day week month year events todo settings help CALS ?= dummy ical +# For ncursesw +CPPFLAGS += $(strip $(shell pkg-config --cflags ncursesw)) + # Targets all: $(PROG) -- 2.43.2