aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-01 03:42:00 +0000
committerhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-01 03:42:00 +0000
commit98a4a3305672d1e064042e0959eaf9850a3dc027 (patch)
tree77ddd2fef1a7f0a9d1bf28e24f1c975d7b123433 /epan/Makefile.am
parent22f989674aa4b255d48a3164212d5a878c102ab2 (diff)
Moved the column_info structure and related enum from packet.{c,h} to
column_info.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3222 f5534014-38df-0310-8fa8-9805f1628bb7
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 \