diff options
-rw-r--r-- | flowtop/Makefile | 1 | ||||
-rw-r--r-- | ifpps/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile index 32fb4bd..b668726 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -2,6 +2,7 @@ flowtop-libs = -lGeoIP \ -lurcu \ -lnetfilter_conntrack \ $(shell pkg-config --libs ncurses) \ + $(shell pkg-config --libs tinfo) \ -lpthread \ -lz diff --git a/ifpps/Makefile b/ifpps/Makefile index 81100db..e095d27 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -1,4 +1,5 @@ -ifpps-libs = $(shell pkg-config --libs ncurses) +ifpps-libs = $(shell pkg-config --libs ncurses) \ + $(shell pkg-config --libs tinfo) ifpps-objs = xmalloc.o \ ioops.o \ |