diff --git a/Makefile.am b/Makefile.am index 7c5996c..47a34bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \ threadprof.h token.h ui.h dlcommon.h stringmap.h \ - vector.h + vector.h cfgfile.h man_MANS = iftop.8 diff --git a/configure.in b/configure.in index 42caf66..1657901 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM 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])