aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2001-05-16 22:04:53 +0000
committerAshok Narayanan <ashokn@cisco.com>2001-05-16 22:04:53 +0000
commite7fa2d44fa62621a93c030d0e06d6c59af078eb8 (patch)
tree4b70d7eabefe1be8ebb4fc3bb800cefe1cb0a662 /Makefile.am
parent2914e811771b2895273313eaf087bd9048403f9d (diff)
text2pcap.1 was not being installed due to an omission in Makefile.am. Fixed this.
svn path=/trunk/; revision=3422
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d04c2c433..c96a1779b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.318 2001/05/16 21:32:04 ashokn Exp $
+# $Id: Makefile.am,v 1.319 2001/05/16 22:04:53 ashokn Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -62,7 +62,7 @@ ACLOCAL_AMFLAGS = `./aclocal-flags`
# the "man{section}_MANS" variables.
#
bin_PROGRAMS = @ethereal_bin@ @editcap_bin@ @tethereal_bin@ @dftest_bin@ @randpkt_bin@ @text2pcap_bin@
-man1_MANS = @ethereal_man@ @editcap_man@ @tethereal_man@
+man1_MANS = @ethereal_man@ @editcap_man@ @tethereal_man@ @text2pcap_man@
man_MANS =
EXTRA_PROGRAMS = ethereal ethereal_static tethereal tethereal_static editcap dftest text2pcap