mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-01 21:00:36 -05:00
Only include -lssl for plugins that require it
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1544 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
796dcbf99e
commit
899e9f865f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl @LDAPINCLUDE@ @PGINCLUD
|
|||
datadir = @datadir@
|
||||
localedir = $(datadir)/locale
|
||||
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
||||
LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@
|
||||
LIBS = @LIBINTL@ @LIBS@
|
||||
MATHLIBS = @MATHLIBS@
|
||||
|
||||
# This is not portable. Run ". tools/devmode" to get development compile flags
|
||||
|
|
@ -35,7 +35,7 @@ PLUGINHDRS = common.h
|
|||
|
||||
BASEOBJS = utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a
|
||||
NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS)
|
||||
SSLOBJS = sslutils.o
|
||||
SSLOBJS = sslutils.o @SSLLIBS@
|
||||
NETLIBS = $(NETOBJS) $(SOCKETLIBS)
|
||||
|
||||
TESTS_ENVIRONMENT = perl -I $(top_builddir) -I $(top_srcdir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue