Fixed missing file from Makefile.am
This commit is contained in:
pdw
2003-10-21 22:25:48 +00:00
parent 10d93e0cfc
commit 3932a7d19e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ 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.h dlcommon.h stringmap.h \
vector.h vector.h cfgfile.h
man_MANS = iftop.8 man_MANS = iftop.8

View File

@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(iftop, "0.15pre2") AM_INIT_AUTOMAKE(iftop, "0.15pre3")
AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number]) AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])