[Nagiosplug-checkins] CVS: nagiosplug/lib Makefile.am,1.5,1.6
Jeremy T. Bouse
undrgrid at users.sourceforge.net
Thu Mar 13 14:21:11 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv24230/lib
Modified Files:
Makefile.am
Log Message:
Working out issues with getaddrinfo emulation build environment
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile.am 8 Mar 2003 01:59:30 -0000 1.5
--- Makefile.am 13 Mar 2003 22:20:30 -0000 1.6
***************
*** 5,9 ****
noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h
! libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c
INCLUDES = -I$(srcdir)
--- 5,11 ----
noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h
! libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c
!
! libnagiosplug_a_DEPENDENCIES = @LIBOBJS@
INCLUDES = -I$(srcdir)
More information about the Commits
mailing list