aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-23 01:02:41 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-23 01:02:41 +0000
commit30b2831847d8caf376f2b40ae7849ceb4575848a (patch)
treea145aeeb3846eafa53092f3c456bcff154867081 /Makefile.common
parentac38f86c6965acca6d5a313119b37ed79038401f (diff)
Add support for DLT_APPLE_IP_OVER_IEEE_1394.
svn path=/trunk/; revision=10446
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ecd9a0396d..0d5cd3ebf7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.30 2004/03/19 07:54:57 guy Exp $
+# $Id: Makefile.common,v 1.31 2004/03/23 01:02:40 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -34,6 +34,7 @@ DISSECTOR_INCLUDES = \
packet-afs.h \
packet-ansi_a.h \
packet-ansi_map.h \
+ packet-ap1394.h \
packet-arcnet.h \
packet-arp.h \
packet-atalk.h \