diff options
Diffstat (limited to 'ifpps/Makefile')
-rw-r--r-- | ifpps/Makefile | 1 |
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) |