aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-12 20:16:29 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-12 20:16:29 +0000
commit23b15f991f15736432d02adcfaf1bc7477fea6f3 (patch)
tree0e853ced223ab58acad124760cf7ef5c17950d99 /Makefile.am
parente9d00f4a4fa54544e1a01e24fb445434dcbf8abe (diff)
PGM (Pragmatic General Multicast - RFC 2705) support, from Steve Dickson.
svn path=/trunk/; revision=3702
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 838a981bae..08f879e15e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.350 2001/07/12 19:59:38 guy Exp $
+# $Id: Makefile.am,v 1.351 2001/07/12 20:16:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -185,6 +185,7 @@ DISSECTOR_SRC = \
packet-osi.c \
packet-osi-options.c \
packet-ospf.c \
+ packet-pgm.c \
packet-pim.c \
packet-pop.c \
packet-portmap.c \
@@ -322,6 +323,7 @@ noinst_HEADERS = \
packet-null.h \
packet-osi.h \
packet-osi-options.h \
+ packet-pgm.h \
packet-pim.h \
packet-portmap.h \
packet-ppp.h \