Removed references to iftop-dump.

This commit is contained in:
pdw
2010-11-27 17:19:25 +00:00
parent 07f4a0857e
commit f1b9847302

View File

@@ -10,7 +10,8 @@
# $Id$ # $Id$
# #
sbin_PROGRAMS = iftop iftop-dump sbin_PROGRAMS = iftop
#iftop-dump
iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \ iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
options.c resolver.c screenfilter.c serv_hash.c \ options.c resolver.c screenfilter.c serv_hash.c \
@@ -18,11 +19,11 @@ iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
addrs_ioctl.c addrs_dlpi.c dlcommon.c \ addrs_ioctl.c addrs_dlpi.c dlcommon.c \
stringmap.c cfgfile.c vector.c stringmap.c cfgfile.c vector.c
iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \ #iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \
options.c \ # options.c \
util.c \ # util.c \
addrs_ioctl.c addrs_dlpi.c dlcommon.c \ # addrs_ioctl.c addrs_dlpi.c dlcommon.c \
stringmap.c cfgfile.c # stringmap.c cfgfile.c