summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-23 06:21:18 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-23 06:21:18 +0000
commit13bb836ab9483d3551b826a200113485050219bf (patch)
treefa4d44f20c634799643848c6a85255ac8ac9bb01 /epan/Makefile.common
parentb66308c7a2656ab2654d14735156c23febe4f772 (diff)
downloadwireshark-13bb836ab9483d3551b826a200113485050219bf.tar.gz
From Jelmer Vernooij: split the AIM dissector into multiple files, and
add a few more SNACs. svn path=/trunk/; revision=10450
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common21
1 files changed, 20 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index c915244d07..529add7fa9 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.11 2004/03/23 01:02:40 guy Exp $
+# $Id: Makefile.common,v 1.12 2004/03/23 06:21:18 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,25 @@ DISSECTOR_SRC = \
../packet-afp.c \
../packet-afs.c \
../packet-aim.c \
+ ../packet-aim-adverts.c \
+ ../packet-aim-admin.c \
+ ../packet-aim-bos.c \
+ ../packet-aim-buddylist.c \
+ ../packet-aim-chat.c \
+ ../packet-aim-chatnav.c \
+ ../packet-aim-directory.c \
+ ../packet-aim-generic.c \
+ ../packet-aim-icq.c \
+ ../packet-aim-invitation.c \
+ ../packet-aim-location.c \
+ ../packet-aim-messaging.c \
+ ../packet-aim-oft.c \
+ ../packet-aim-popup.c \
+ ../packet-aim-signon.c \
+ ../packet-aim-ssi.c \
+ ../packet-aim-stats.c \
+ ../packet-aim-translate.c \
+ ../packet-aim-userlookup.c \
../packet-ajp13.c \
../packet-alcap.c \
../packet-ans.c \