[Nagiosplug-checkins] nagiosplug/plugins-root Makefile.am,1.3,1.4
M. Sean Finney
seanius at users.sourceforge.net
Wed Oct 19 06:02:48 CEST 2005
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am,1.54,1.55 check_http.c,1.81,1.82 check_smtp.c,1.47,1.48 check_tcp.c,1.67,1.68 common.h,1.15,1.16 netutils.c,1.24,1.25 netutils.h,1.12,1.13
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.82,1.83
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins-root
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2644/plugins-root
Modified Files:
Makefile.am
Log Message:
- initial attempt at consolidating ssl-related code into netutils.{c,h}
- added some #ifdefs to common.h and netutils.h to prevent multiple
inclusions (as netlibs now includes common.h)
- all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, though
certificate checking still needs to be done.
- modified configure script so you can also explicitly say "without-gnutls"
too (otherwise if you disable openssl you have no way of disabling
gnutls too)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-root/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 6 Oct 2005 12:12:47 -0000 1.3
+++ Makefile.am 19 Oct 2005 12:59:55 -0000 1.4
@@ -2,12 +2,12 @@
VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t
-INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
+INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir)/plugins @SSLINCLUDE@
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@
+LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@
EXTRA_PROGRAMS = check_dhcp check_icmp
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am,1.54,1.55 check_http.c,1.81,1.82 check_smtp.c,1.47,1.48 check_tcp.c,1.67,1.68 common.h,1.15,1.16 netutils.c,1.24,1.25 netutils.h,1.12,1.13
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.82,1.83
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list