aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-03 20:18:29 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-03 20:18:29 +0000
commit51fe2ab58b4b3f3be3176d9153c49bf706718051 (patch)
tree97303f42385bf658dddebcb9e4b281a153c6ae47 /Makefile.am
parent7c0dc6409687b3f8971568a77b2963a890ad445c (diff)
SMPP support, from Tom Uijldert.
svn path=/trunk/; revision=4315
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 cde7ef0c3f..545a38c058 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.388 2001/12/02 00:38:53 guy Exp $
+# $Id: Makefile.am,v 1.389 2001/12/03 20:18:29 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -245,6 +245,7 @@ DISSECTOR_SRC = \
packet-smb-logon.c \
packet-smb-mailslot.c \
packet-smb-pipe.c \
+ packet-smpp.c \
packet-smtp.c \
packet-sna.c \
packet-snmp.c \