Code

Working out issues with getaddrinfo emulation build environment
[nagiosplug.git] / lib / Makefile.am
index 846eeae9045ddd70fabcd3c0a56449c2aa0d2194..b24bc407ca2c7e5cb215b8cd9553f5d19dd84182 100644 (file)
@@ -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)