summaryrefslogtreecommitdiff
path: root/flowtop.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-07-23 16:11:15 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-07-23 16:11:15 +0200
commit93f9916c229e9dd6eedd89a13e7c3be188121296 (patch)
tree72fb115ffbee27aee0c78d34e9f96d5691cee42b /flowtop.c
parent9ad7f888209707b491f6ce6226bfca71675a27c6 (diff)
build: flowtop: Only build ioops with GeoIP support enabled
Follow commit 9ad7f8882097 ("build: astraceroute: Only build ioops with GeoIP support enabled"). The ioops module is only needed in geoip.o, thus make it dependent on CONFIG_GEOIP. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.c')
-rw-r--r--flowtop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flowtop.c b/flowtop.c
index 506883b..01a5709 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -27,7 +27,6 @@
#include "die.h"
#include "xmalloc.h"
#include "conntrack.h"
-#include "ioops.h"
#include "config.h"
#include "str.h"
#include "sig.h"