summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--epan/Makefile.am4
-rw-r--r--epan/resolv.c (renamed from resolv.c)2
-rw-r--r--epan/resolv.h (renamed from resolv.h)2
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 628f09c686..674a5cfdd5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.229 2000/09/27 05:17:56 gram Exp $
+# $Id: Makefile.am,v 1.230 2000/09/28 03:28:45 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -282,8 +282,6 @@ ETHEREAL_COMMON_SOURCES = \
ptvcursor.h \
register.c \
register.h \
- resolv.c \
- resolv.h \
smb.h \
timestamp.h \
util.c \
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 8d267d8059..57f8e8b7c6 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.4 2000/09/28 03:16:15 gram Exp $
+# $Id: Makefile.am,v 1.5 2000/09/28 03:28:53 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -55,6 +55,8 @@ libepan_a_SOURCES = \
plugins.h \
proto.c \
proto.h \
+ resolv.c \
+ resolv.h \
strutil.c \
strutil.h \
tvbtest.c \
diff --git a/resolv.c b/epan/resolv.c
index cff13b9fae..99ee58eb56 100644
--- a/resolv.c
+++ b/epan/resolv.c
@@ -1,7 +1,7 @@
/* resolv.c
* Routines for network object lookup
*
- * $Id: resolv.c,v 1.28 2000/08/19 08:26:03 guy Exp $
+ * $Id: resolv.c,v 1.1 2000/09/28 03:28:53 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
diff --git a/resolv.h b/epan/resolv.h
index 6438289809..1af7c49b8e 100644
--- a/resolv.h
+++ b/epan/resolv.h
@@ -1,7 +1,7 @@
/* resolv.h
* Definitions for network object lookup
*
- * $Id: resolv.h,v 1.13 2000/08/19 08:26:04 guy Exp $
+ * $Id: resolv.h,v 1.1 2000/09/28 03:28:54 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*