aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 07:32:35 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 07:32:35 +0000
commitcd6ad9d4c0ea750b5f7b644380f46aa52be68ca1 (patch)
tree64ac821606f069c1656af4e51649446c846dc3dc /epan/Makefile.am
parent21d1ad637505bee8d2086a7b024f170c1afe610d (diff)
Moved the the remaining column related routines out of packet.{c,h}
and into column-utils{c,h}. svn path=/trunk/; revision=3231
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 27bb141e96..4990d6d485 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.25 2001/04/01 07:06:23 hagbard Exp $
+# $Id: Makefile.am,v 1.26 2001/04/01 07:32:35 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -42,6 +42,8 @@ libethereal_a_SOURCES = \
column_info.h \
conversation.c \
conversation.h \
+ column-utils.c \
+ column-utils.h \
epan.c \
epan.h \
except.c \