diff options
author | Ed Warnicke <hagbard@physics.rutgers.edu> | 2001-04-01 03:42:00 +0000 |
---|---|---|
committer | Ed Warnicke <hagbard@physics.rutgers.edu> | 2001-04-01 03:42:00 +0000 |
commit | 5d0c2134484af9d78b75b4ddc27014f74e48a1b4 (patch) | |
tree | 77ddd2fef1a7f0a9d1bf28e24f1c975d7b123433 /epan/Makefile.am | |
parent | c832ac2c35ff7c39882b0700808580912a365364 (diff) | |
download | wireshark-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.am | 3 |
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 \ |