aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-11-17 04:29:13 +0000
committerGerald Combs <gerald@wireshark.org>1998-11-17 04:29:13 +0000
commit6ca358948b8c5aa99a4e0db8595f601ab834e76e (patch)
tree750ab11a6661c391b126d4ce990b7fc01cb98d46 /Makefile.am
parent8d616b03429fe2185782f5153d7b187a44698b5d (diff)
* Added column formatting functionality.
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 70506332cc..d1c331da47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ sysconf_DATA = manuf
ethereal_SOURCES = \
capture.c \
+ column.c \
ethereal.c \
ethertype.c \
file.c \
@@ -46,6 +47,7 @@ ethereal_SOURCES = \
resolv.c \
util.c \
capture.h \
+ column.h \
config.h \
ethereal.h \
etypes.h \