diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-01-13 09:48:45 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 14:28:51 (GMT) |
commit | 0b85260bd2d6b2fd62588c71daf44bc1156a632f (patch) | |
tree | 80f6265c063e7aa08354d3fafbbdf4f2d2f141bb /plugins/Makefile.am | |
parent | 82a634f7bfa433b78560be45ae6b52e1d101a26a (diff) | |
download | monitoring-plugins-0b85260bd2d6b2fd62588c71daf44bc1156a632f.tar.gz |
added autoconf stuff for curl plugin, created empty plugin
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0ddf9bd..2c87b4e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -38,7 +38,7 @@ check_tcp_programs = check_ftp check_imap check_nntp check_pop \ | |||
38 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | 38 | EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ |
39 | check_swap check_fping check_ldap check_game check_dig \ | 39 | check_swap check_fping check_ldap check_game check_dig \ |
40 | check_nagios check_by_ssh check_dns check_nt check_ide_smart \ | 40 | check_nagios check_by_ssh check_dns check_nt check_ide_smart \ |
41 | check_procs check_mysql_query check_apt check_dbi | 41 | check_procs check_mysql_query check_apt check_dbi check_curl |
42 | 42 | ||
43 | EXTRA_DIST = t tests | 43 | EXTRA_DIST = t tests |
44 | 44 | ||
@@ -69,6 +69,9 @@ test-debug: | |||
69 | 69 | ||
70 | check_apt_LDADD = $(BASEOBJS) | 70 | check_apt_LDADD = $(BASEOBJS) |
71 | check_cluster_LDADD = $(BASEOBJS) | 71 | check_cluster_LDADD = $(BASEOBJS) |
72 | check_curl_CFLAGS = $(AM_CFLAGS) $(LIBCURLCFLAGS) | ||
73 | check_curl_CPPFLAGS = $(AM_CPPFLAGS) $(LIBCURLINCLUDE) | ||
74 | check_curl_LDADD = $(NETLIBS) $(LIBCURLLIBS) | ||
72 | check_dbi_LDADD = $(NETLIBS) $(DBILIBS) | 75 | check_dbi_LDADD = $(NETLIBS) $(DBILIBS) |
73 | check_dig_LDADD = $(NETLIBS) | 76 | check_dig_LDADD = $(NETLIBS) |
74 | check_disk_LDADD = $(BASEOBJS) | 77 | check_disk_LDADD = $(BASEOBJS) |