summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 0d5cd3ebf7..fa82a09f5f 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.31 2004/03/23 01:02:40 guy Exp $
+# $Id: Makefile.common,v 1.32 2004/03/23 06:21:16 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -32,6 +32,7 @@ DISSECTOR_INCLUDES = \
packet-afs-macros.h \
packet-afs-register-info.h \
packet-afs.h \
+ packet-aim.h \
packet-ansi_a.h \
packet-ansi_map.h \
packet-ap1394.h \