summaryrefslogtreecommitdiff
path: root/ifpps
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps')
-rw-r--r--ifpps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile
index 4d1a9b6..1625ea9 100644
--- a/ifpps/Makefile
+++ b/ifpps/Makefile
@@ -10,6 +10,7 @@ ifpps-objs = xmalloc.o \
dev.o \
sig.o \
screen.o \
+ die.o \
ifpps.o
ifpps-eflags = $(shell pkg-config --cflags ncurses 2> /dev/null)