aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-28 03:52:12 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-28 03:52:12 +0000
commit0efe324371b1dd469f409616d3b02b0f23e27563 (patch)
treea27c5034089e4a45a47ba3bb1173a8ba9724a5d4 /epan/Makefile.am
parentdf710d82c7dcbc2f42371750af9e10456701cbba (diff)
Simple code movement.
svn path=/trunk/; revision=2463
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 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 \