diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-06-24 23:04:44 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-06-24 23:14:22 +0200 |
commit | bedc03e69281508ffdb374085225b5ea516c4b13 (patch) | |
tree | 3a1dda0f787c95ab3ad307140341c01658e15f54 /flowtop/Makefile | |
parent | 0d50f6b5e8f682fcb34bfac8c21c83f1a246b4dc (diff) |
ifpps, flowtop: Move ncurses init and end to common module
ncurses (de-)initialization is duplicated across flowtop and ifpps, so
move it to an own module and use it from both tools.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
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 7e7797a..c8998a6 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -20,4 +20,5 @@ flowtop-objs = xmalloc.o \ proto_none.o \ tprintf.o \ geoip.o \ + screen.o \ flowtop.o |