diff options
author | pdw <> | 2004-07-27 08:45:17 +0000 |
---|---|---|
committer | pdw <> | 2004-07-27 08:45:17 +0000 |
commit | 712e6fb28b5390de3d8d2daef74c6d1f790f0cbc (patch) | |
tree | 9e739288cfcf9394b40f9a6c8b51c70113ffbe9d | |
parent | 6623fda6d6eccddb3642617c09106982c6936b16 (diff) | |
download | iftop-712e6fb28b5390de3d8d2daef74c6d1f790f0cbc.zip |
Added ppp.h to dist.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1d8c86c..9459c3c 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 cfgfile.h + vector.h cfgfile.h ppp.h man_MANS = iftop.8 |