diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-27 05:18:06 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-27 05:18:06 +0000 |
commit | cba2930d6bb7e8cf2b0c03d14203624b56460835 (patch) | |
tree | 0f3f194c5a494193939c9fce55e70e0429037f20 /epan/Makefile.am | |
parent | 137fa6c00e19aa941413b73462d26da8e5b6eade (diff) | |
download | wireshark-cba2930d6bb7e8cf2b0c03d14203624b56460835.tar.gz wireshark-cba2930d6bb7e8cf2b0c03d14203624b56460835.tar.bz2 wireshark-cba2930d6bb7e8cf2b0c03d14203624b56460835.zip |
Move packet.[ch] to epan
svn path=/trunk/; revision=2460
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r-- | epan/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am index f7d9c92784..da1e3c9e2a 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.2 2000/09/27 05:05:32 gram Exp $ +# $Id: Makefile.am,v 1.3 2000/09/27 05:18:05 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -46,6 +46,8 @@ libepan_a_SOURCES = \ except.c \ except.h \ exception.h \ + packet.c \ + packet.h \ pint.h \ plugins.c \ plugins.h \ |