From 11b35b92e3195d230bef359f6a0679ae4414716b Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 15 Mar 2003 01:25:35 +0000 Subject: Spent the day working on backwards compatability using getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from lib/ to plugins/ due to problems with compiling into the libnagiosplug.a as it required linking against socket libraries which are unneeded except for network based plugins. This code should hopefully happily work for all systems and has been tested prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC Solaris 9. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@424 f882894a-f735-0410-b71e-b25c423dba1c --- lib/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index b24bc407..9a26e419 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,12 +2,8 @@ noinst_LIBRARIES = libnagiosplug.a -noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h +noinst_HEADERS = getopt.h libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c -libnagiosplug_a_DEPENDENCIES = @LIBOBJS@ - INCLUDES = -I$(srcdir) - -EXTRA_DIST = getaddrinfo.c gethostbyname.c -- cgit v1.2.3