aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-06-12 02:30:35 +0000
committerGuy Harris <guy@alum.mit.edu>2000-06-12 02:30:35 +0000
commit515f6811c0cbb82b9d56b4d2d1a9d90e784d6f7b (patch)
tree299e715456b6caad88700a3a0195e4e3beaac78e /Makefile.am
parent1d97f13307d4e026fa78e30d45cacb53194d1971 (diff)
Christophe Tronche's X11 dissector.
svn path=/trunk/; revision=2057
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ed7efcc7a..e0003e13a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.204 2000/06/11 05:19:21 gerald Exp $
+# $Id: Makefile.am,v 1.205 2000/06/12 02:30:32 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -153,6 +153,7 @@ DISSECTOR_SOURCES = \
packet-vtp.c \
packet-wccp.c \
packet-who.c \
+ packet-x11.c \
packet-x25.c \
packet-yhoo.c \
packet-ypbind.c \
@@ -231,6 +232,9 @@ noinst_HEADERS = \
packet-vines.h \
packet-vlan.h \
packet-vtp.h \
+ packet-x11-declarations.h \
+ packet-x11-register-info.h \
+ packet-x11-keysym.h \
packet-x25.h \
packet-yhoo.h \
packet-ypbind.h \