aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-01 06:28:27 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-01 06:28:27 +0000
commit504354fd2d12e44ff0c223e4d2c13db3b9c6d7f1 (patch)
treed84263f72319d2799fdb9618c77fe84f93d74416 /epan/Makefile.common
parent409da7b560e4ff598c87a3f158382b6c9e5c6a21 (diff)
From Jon Oberheide: giFT support.
svn path=/trunk/; revision=11290
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 6bb013eaaa..a8b334ecb6 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.30 2004/06/28 22:41:10 etxrab Exp $
+# $Id: Makefile.common,v 1.31 2004/07/01 06:28:27 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -214,6 +214,7 @@ DISSECTOR_SRC = \
../packet-ftam.c \
../packet-ftp.c \
../packet-fw1.c \
+ ../packet-gift.c \
../packet-giop.c \
../packet-gmrp.c \
../packet-gnutella.c \