diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-14 09:25:25 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-14 09:25:25 +0000 |
commit | 278d0dcf9058a68e463f3ebaaa364cc847c3d713 (patch) | |
tree | 93d5f6b5646383acd2eb086122bc70723b32548c /Makefile.am | |
parent | 899df7ef83162fded6163da6874b8627b025c50f (diff) | |
download | wireshark-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.am | 3 |
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 \ |