aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-21 18:00:22 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-21 18:00:22 +0000
commitf695468fa2ca54a888d11bf61865f74d9c444cc8 (patch)
tree6ef2bdf14707bf5b555ec957d4a5311c73a3fede /Makefile.am
parent1208c206f7f555ac875ed8a55c57091fc1651bc9 (diff)
From Tomas Kukosa: allow subdissectors to be registered for
NonStandardParameter data in the H.245 dissector. svn path=/trunk/; revision=8206
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 0f8e44347a..1d3613fdfb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.608 2003/08/17 00:54:24 guy Exp $
+# $Id: Makefile.am,v 1.609 2003/08/21 18:00:20 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -688,6 +688,8 @@ noinst_HEADERS = \
packet-ypxfr.h
ETHEREAL_COMMON_SRC = \
+ adler32.c \
+ adler32.h \
afn.c \
afn.h \
aftypes.h \