diff options
author | pdw <> | 2010-11-27 17:19:25 +0000 |
---|---|---|
committer | pdw <> | 2010-11-27 17:19:25 +0000 |
commit | f1b9847302fafbab9b6b14b223db95579e025724 (patch) | |
tree | 5a75256b22d4f013cd69e92852c81d61c5e4ece4 | |
parent | 07f4a0857e873fabbffbc75760216cdc2c5fbe53 (diff) | |
download | iftop-f1b9847302fafbab9b6b14b223db95579e025724.zip |
Removed references to iftop-dump.
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 2eeb45c..238e358 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ # $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 \ 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 \ stringmap.c cfgfile.c vector.c -iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \ - options.c \ - util.c \ - addrs_ioctl.c addrs_dlpi.c dlcommon.c \ - stringmap.c cfgfile.c +#iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \ +# options.c \ +# util.c \ +# addrs_ioctl.c addrs_dlpi.c dlcommon.c \ +# stringmap.c cfgfile.c |