]> Pileus Git - lackey/commitdiff
Add ncursesw CPPFLAGS
authorAndy Spencer <andy753421@gmail.com>
Wed, 3 Apr 2013 07:13:19 +0000 (07:13 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 3 Apr 2013 07:13:19 +0000 (07:13 +0000)
makefile

index 9996deebf66058a1d41d60403e06d19def156587..6bc567fe304dc1414573e135350c5455fe1ff3fb 100644 (file)
--- 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)