aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 06:11:25 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-04-01 06:11:25 +0000
commit48421be1d29b8aa633ed711f83312bfdadcace1c (patch)
tree916642f76ff08410e4a0ac98f80a32bc1f40e799 /epan/Makefile.am
parent3bf0b09117532d5151c48356696d788fed2e8f98 (diff)
downloadwireshark-48421be1d29b8aa633ed711f83312bfdadcace1c.tar.gz
wireshark-48421be1d29b8aa633ed711f83312bfdadcace1c.tar.bz2
wireshark-48421be1d29b8aa633ed711f83312bfdadcace1c.zip
Moved timestamp.h into epan.
svn path=/trunk/; revision=3228
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 9d74731877..ce8d060071 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.23 2001/04/01 05:48:15 hagbard Exp $
+# $Id: Makefile.am,v 1.24 2001/04/01 06:11:25 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -71,6 +71,7 @@ libethereal_a_SOURCES = \
sna-utils.h \
strutil.c \
strutil.h \
+ timestamp.h \
to_str.c \
to_str.h \
tvbuff.c \