aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-19 09:55:38 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-19 09:55:38 +0000
commit8963fabad69eff429d951368a4c2fe4ed09cdef1 (patch)
tree3205e7772a5a767cbfbaef0b22be52712907bbaa /Makefile.am
parenta8dfc56400350815e203666d81316da4f1f2392b (diff)
Beginnings of Q.2931 support.
svn path=/trunk/; revision=1068
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f265ad840..c4340e86f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.112 1999/11/19 07:28:15 guy Exp $
+# $Id: Makefile.am,v 1.113 1999/11/19 09:55:37 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -101,7 +101,8 @@ DISSECTOR_SOURCES = \
packet-ppp.c \
packet-pppoe.c \
packet-pptp.c \
- packet-q931.c \
+ packet-q2931.c \
+ packet-q931.c \
packet-radius.c\
packet-raw.c \
packet-rpc.c \