summaryrefslogtreecommitdiff
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 03:18:41 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 03:18:41 +0000
commitc832ac2c35ff7c39882b0700808580912a365364 (patch)
tree9d7da71f90e656fadad511883b5ab3757a93d98f /epan/Makefile.am
parent7e26a1681c32754b0aa03549682ebcf034471db7 (diff)
downloadwireshark-c832ac2c35ff7c39882b0700808580912a365364.tar.gz
Moved the value_string structures and function from packet.{c,h} into
a separate value_string.{c,h}. svn path=/trunk/; revision=3221
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index e6eebdb6a6..6c824fdc3f 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.18 2001/04/01 02:47:55 hagbard Exp $
+# $Id: Makefile.am,v 1.19 2001/04/01 03:18:41 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -67,7 +67,9 @@ libethereal_a_SOURCES = \
to_str.c \
to_str.h \
tvbuff.c \
- tvbuff.h
+ tvbuff.h \
+ value_string.c \
+ value_string.h
EXTRA_libethereal_a_SOURCES = \
inet_aton.c \