diff options
Diffstat (limited to 'flowtop/Makefile')
-rw-r--r-- | flowtop/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |