summaryrefslogtreecommitdiff
path: root/epan/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 /epan/Makefile.common
parentac38f86c6965acca6d5a313119b37ed79038401f (diff)
downloadwireshark-30b2831847d8caf376f2b40ae7849ceb4575848a.tar.gz
Add support for DLT_APPLE_IP_OVER_IEEE_1394.
svn path=/trunk/; revision=10446
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index ff94ab44c5..c915244d07 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.10 2004/03/21 17:13:01 nneul Exp $
+# $Id: Makefile.common,v 1.11 2004/03/23 01:02:40 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -41,6 +41,7 @@ DISSECTOR_SRC = \
../packet-ansi_a.c \
../packet-ansi_map.c \
../packet-aodv.c \
+ ../packet-ap1394.c \
../packet-arcnet.c \
../packet-arp.c \
../packet-asap.c \