summaryrefslogtreecommitdiff
path: root/ifpps
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps')
-rw-r--r--ifpps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile
index 6c8ac43..5d394bc 100644
--- a/ifpps/Makefile
+++ b/ifpps/Makefile
@@ -10,3 +10,5 @@ ifpps-objs = xmalloc.o \
sig.o \
screen.o \
ifpps.o
+
+ifpps-eflags = $(shell pkg-config --cflags ncurses)