From 865249a9020acdde4d342d8ad094a827ae082f6c Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Thu, 13 Mar 2003 22:20:30 +0000 Subject: Working out issues with getaddrinfo emulation build environment git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@422 f882894a-f735-0410-b71e-b25c423dba1c --- lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 846eeae9..b24bc407 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,9 @@ noinst_LIBRARIES = libnagiosplug.a noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h -libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c +libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c + +libnagiosplug_a_DEPENDENCIES = @LIBOBJS@ INCLUDES = -I$(srcdir) -- cgit v1.2.3