aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 03:42:00 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 03:42:00 +0000
commit5d0c2134484af9d78b75b4ddc27014f74e48a1b4 (patch)
tree77ddd2fef1a7f0a9d1bf28e24f1c975d7b123433 /epan/Makefile.am
parentc832ac2c35ff7c39882b0700808580912a365364 (diff)
downloadwireshark-5d0c2134484af9d78b75b4ddc27014f74e48a1b4.tar.gz
wireshark-5d0c2134484af9d78b75b4ddc27014f74e48a1b4.tar.bz2
wireshark-5d0c2134484af9d78b75b4ddc27014f74e48a1b4.zip
Moved the column_info structure and related enum from packet.{c,h} to
column_info.h. svn path=/trunk/; revision=3222
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 6c824fdc3f..66a91aa914 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am,v 1.19 2001/04/01 03:18:41 hagbard Exp $
+# $Id: Makefile.am,v 1.20 2001/04/01 03:42:00 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -39,6 +39,7 @@ libethereal_a_SOURCES = \
atalk-utils.h \
bitswap.c \
bitswap.h \
+ column_info.h \
conversation.c \
conversation.h \
epan.c \