diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-13 22:20:30 +0000 |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-13 22:20:30 +0000 |
commit | 865249a9020acdde4d342d8ad094a827ae082f6c (patch) | |
tree | 94aea46db1006d41a0f870367780b7bfae84cfc8 /lib/Makefile.am | |
parent | d3132db7eccca512f03edae954f360a663a6e9e5 (diff) | |
download | monitoring-plugins-865249a9020acdde4d342d8ad094a827ae082f6c.tar.gz |
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
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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) |