diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-28 03:52:12 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-28 03:52:12 +0000 |
commit | 0efe324371b1dd469f409616d3b02b0f23e27563 (patch) | |
tree | a27c5034089e4a45a47ba3bb1173a8ba9724a5d4 /epan/Makefile.am | |
parent | df710d82c7dcbc2f42371750af9e10456701cbba (diff) | |
download | wireshark-0efe324371b1dd469f409616d3b02b0f23e27563.tar.gz wireshark-0efe324371b1dd469f409616d3b02b0f23e27563.tar.bz2 wireshark-0efe324371b1dd469f409616d3b02b0f23e27563.zip |
Simple code movement.
svn path=/trunk/; revision=2463
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 57f8e8b7c6..9dca8e0839 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.5 2000/09/28 03:28:53 gram Exp $ +# $Id: Makefile.am,v 1.6 2000/09/28 03:52:12 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -48,6 +48,8 @@ libepan_a_SOURCES = \ exception.h \ filesystem.c \ filesystem.h \ + ipv4.c \ + ipv4.h \ packet.c \ packet.h \ pint.h \ |