From: Andy Spencer Date: Wed, 3 Apr 2013 07:13:19 +0000 (+0000) Subject: Add ncursesw CPPFLAGS X-Git-Url: http://pileus.org/git/?p=lackey;a=commitdiff_plain;h=0d9ff5c8922745e91a26a078e686fad180f4dcbe Add ncursesw CPPFLAGS --- 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)