summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-13 04:21:30 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-13 04:21:30 +0000
commit805b648172f44e7bfbdf586fd567acd77aff52a7 (patch)
tree236bd3de6d17640405663106f0c24bc900e2999f /epan/Makefile.common
parentbb0c29f91784adaa10fca8d1619d7b04730b76b6 (diff)
downloadwireshark-805b648172f44e7bfbdf586fd567acd77aff52a7.tar.gz
From Josef Korelus: GPRS LLC support.
svn path=/trunk/; revision=10590
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 8d0bf091c9..4328c69259 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.14 2004/03/27 11:32:30 guy Exp $
+# $Id: Makefile.common,v 1.15 2004/04/13 04:21:30 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -214,6 +214,7 @@ DISSECTOR_SRC = \
../packet-giop.c \
../packet-gmrp.c \
../packet-gnutella.c \
+ ../packet-gprs-llc.c \
../packet-gprs-ns.c \
../packet-gre.c \
../packet-gsm_a.c \