Diff for /embedaddon/iftop/Makefile.am between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:57:34 version 1.1.1.2, 2016/10/18 14:04:50
Line 10 Line 10
 # $Id$  # $Id$
 #  #
   
sbin_PROGRAMS = iftopsbin_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 \
                 sorted_list.c threadprof.c ui.c util.c \                 sorted_list.c threadprof.c ui_common.c ui.c tui.c util.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  \
   #                 options.c \
   #                 util.c \
   #                addrs_ioctl.c addrs_dlpi.c dlcommon.c \
   #                stringmap.c cfgfile.c 
   
   
   
 noinst_HEADERS = addr_hash.h ether.h ethertype.h extract.h hash.h iftop.h \  noinst_HEADERS = addr_hash.h ether.h ethertype.h extract.h hash.h iftop.h \
                  integers.h ip.h llc.h ns_hash.h options.h resolver.h \                   integers.h ip.h llc.h ns_hash.h options.h resolver.h \
                  screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \                   screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \
                 threadprof.h token.h ui.h dlcommon.h stringmap.h \                 threadprof.h token.h ui_common.h ui.h tui.h dlcommon.h stringmap.h \
                  vector.h cfgfile.h ppp.h                   vector.h cfgfile.h ppp.h
   
 man_MANS = iftop.8  man_MANS = iftop.8
Line 32  iftop.cat: iftop.8 Line 41  iftop.cat: iftop.8
         (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat          (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat
   
 iftop.spec: iftop.spec.in configure.in  iftop.spec: iftop.spec.in configure.in
        sed 's/__VERSION__/$(VERSION)/' < iftop.spec.in > iftop.spec        sed 's/__VERSION__/$(PACKAGE_VERSION)/' < iftop.spec.in > iftop.spec
   
 ## These need to be distributed along with configure:  ## These need to be distributed along with configure:
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>