From 3442ed9e325921c56935c08254f428673650a509 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 15 Feb 2006 19:20:36 +0000 Subject: Check for getopt in the configure script, as we do for other routines not available on all platforms. Include getopt.c in EXTRA_ethereal_SOURCES and include getopt.h in EXTRA_ethereal_INCLUDES, as we do with the other files that supply routines not available on all platforms, rather than always including them in the source for dumpcap. svn path=/trunk/; revision=17311 --- Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index de033c0bd5..1af16d7413 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,19 +116,21 @@ TETHEREAL_TAP_SRC = \ # helpers already available on some platforms (and on others not) EXTRA_ethereal_SOURCES = \ + getopt.c \ + mkstemp.c \ snprintf.c \ strerror.c \ strcasecmp.c \ strncasecmp.c \ - mkstemp.c \ strptime.c # corresponding headers EXTRA_ethereal_INCLUDES = \ + getopt.h \ + mkstemp.h \ snprintf.h \ snprintf-imp.h \ strerror.h \ - mkstemp.h \ strptime.h # ethereal specifics @@ -218,7 +220,6 @@ dumpcap_SOURCES = \ clopts_common.c \ conditions.c \ dumpcap.c \ - getopt.c \ ringbuffer.c \ tempfile.c \ version_info.c @@ -229,4 +230,3 @@ noinst_HEADERS = \ $(ETHEREAL_COMMON_INCLUDES) \ $(ethereal_INCLUDES) \ $(EXTRA_ethereal_INCLUDES) - -- cgit v1.2.3