aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-10 21:16:24 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-10 21:16:24 +0000
commit04cd6b60742277df0002b89386696f2ebaa04df2 (patch)
treea5b45959f7d66c757590058400f70895ebd8183b /Makefile.am
parenta3d8b3481f86d4997133352c44e17924f220d02f (diff)
From Akira Endoh: Diffserv MPLS signaling protocol support.
svn path=/trunk/; revision=8671
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 c21e1fb2ee..d172be7238 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.637 2003/10/10 03:00:09 guy Exp $
+# $Id: Makefile.am,v 1.638 2003/10/10 21:16:23 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -184,6 +184,7 @@ DISSECTOR_SRC = \
packet-dec-bpdu.c \
packet-dhcpv6.c \
packet-diameter.c \
+ packet-diffserv-mpls-common.c \
packet-distcc.c \
packet-dlsw.c \
packet-dns.c \
@@ -600,6 +601,7 @@ noinst_HEADERS = \
packet-dcerpc.h \
packet-ddtp.h \
packet-diameter-defs.h \
+ packet-diffserv-mpls-common.h \
packet-dns.h \
packet-dvmrp.h \
packet-edonkey.h \