summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-23 21:36:58 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-23 21:36:58 +0000
commit6f0d79c0d7afe5556b9ac4f3b6ccc71a5264b352 (patch)
treeb2a7ba59dd059ac2046918a562b76068b697b6aa /Makefile.am
parent914061d436b0bb20c192860c0e557e302c79b915 (diff)
downloadwireshark-6f0d79c0d7afe5556b9ac4f3b6ccc71a5264b352.tar.gz
From Ronnie Sahlberg: initial NDMPv3 support, and an update to his
e-mail address. svn path=/trunk/; revision=4444
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 fb9f9a7a1b..88ed499473 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.399 2001/12/19 21:14:49 guy Exp $
+# $Id: Makefile.am,v 1.400 2001/12/23 21:36:57 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -194,6 +194,7 @@ DISSECTOR_SRC = \
packet-nbns.c \
packet-ncp.c \
packet-ncp2222.c \
+ packet-ndmp.c \
packet-netbios.c \
packet-nfs.c \
packet-nisplus.c \