aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-14 09:25:25 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-14 09:25:25 +0000
commit278d0dcf9058a68e463f3ebaaa364cc847c3d713 (patch)
tree93d5f6b5646383acd2eb086122bc70723b32548c /Makefile.am
parent899df7ef83162fded6163da6874b8627b025c50f (diff)
downloadwireshark-278d0dcf9058a68e463f3ebaaa364cc847c3d713.tar.gz
wireshark-278d0dcf9058a68e463f3ebaaa364cc847c3d713.tar.bz2
wireshark-278d0dcf9058a68e463f3ebaaa364cc847c3d713.zip
RFC 2250 MPEG1 support, from Francisco Javier Cabello.
svn path=/trunk/; revision=3544
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 075e0d44d2..228ccdc4ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.334 2001/06/12 06:21:55 guy Exp $
+# $Id: Makefile.am,v 1.335 2001/06/14 09:25:22 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -158,6 +158,7 @@ DISSECTOR_SRC = \
packet-mbtcp.c \
packet-mip.c \
packet-mount.c \
+ packet-mpeg1.c \
packet-mpls.c \
packet-msproxy.c \
packet-mtp3.c \