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