aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-10-14 05:11:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-10-14 05:11:11 +0000
commit3762a64fcef4618f23584e06c3d8c6ab481a7764 (patch)
treeb64641c6ac0973f6bf4ff37e6e2d2adfaeb7940c /Makefile.am
parent26bda31ed9c162e91dae0b1aea535d1e112fda14 (diff)
Fix for inet*.[ch] move.
svn path=/trunk/; revision=2495
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 70a65d7f5e..871f2dbef7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.234 2000/10/14 04:31:24 gram Exp $
+# $Id: Makefile.am,v 1.235 2000/10/14 05:11:11 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -324,8 +324,7 @@ EXTRA_ethereal_SOURCES = \
# by ethereal and tethereal and stuff needed only by one or the
# other.
ethereal_optional_objects = @SNPRINTF_O@ @STRERROR_O@ \
- @STRCASECMP_O@ @STRNCASECMP_O@ @MKSTEMP_O@ \
- @INET_ATON_O@ @INET_PTON_O@ @INET_NTOP_O@
+ @STRCASECMP_O@ @STRNCASECMP_O@ @MKSTEMP_O@
# Additional libs that I know how to build. These will be
# linked into the ethereal executable.