diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-07 06:51:53 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-07 06:51:53 (GMT) |
commit | 7d25147c1e1cadd11b6ffba18c6d6ba4bb334a7b (patch) | |
tree | e7d5f392e7a68906e3d599e0995abe06d2d5b50d /plugins/Makefile.am | |
parent | b5b298c725f3ed6f4de02f9c624035fa37e2f56a (diff) | |
download | monitoring-plugins-7d25147c1e1cadd11b6ffba18c6d6ba4bb334a7b.tar.gz |
Better SSL checking (inspired by curl 7.12.2's configure.ac)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1011 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ef52baf..eb67e45 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -3,7 +3,7 @@ | |||
3 | VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t | 3 | VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t |
4 | 4 | ||
5 | INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl \ | 5 | INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl \ |
6 | @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ | 6 | @LDAPINCLUDE@ @PGINCLUDE@ |
7 | 7 | ||
8 | datadir = @datadir@ | 8 | datadir = @datadir@ |
9 | localedir = $(datadir)/locale | 9 | localedir = $(datadir)/locale |