X-Git-Url: http://gitweb.fperrin.net/?p=iftop.git;a=blobdiff_plain;f=Makefile.am;h=1a9320cc3b8872402c3526e65fb8386c8a4a6967;hp=f4d12c267ee80ef9f881ebd57f3b672fc733575d;hb=HEAD;hpb=cd1db5a0a5c698b647e554a003c7e48b5db695f5 diff --git a/Makefile.am b/Makefile.am index f4d12c2..1a9320c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,29 +7,30 @@ # it. # -- Chris Lightfoot # -# $Id: Makefile.am,v 1.10 2007/03/03 16:01:47 pdw Exp $ +# $Id: Makefile.am,v 1.13 2014/01/19 20:11:39 pdw Exp $ # -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 \ - 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 \ 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 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 \ 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 man_MANS = iftop.8 @@ -40,7 +41,7 @@ iftop.cat: iftop.8 (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat 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: