mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-20 21:57:10 -04:00
Move disk specific stuff from lib to plugin specific directory
This commit is contained in:
parent
096afc90a7
commit
285db2a9fa
4 changed files with 3 additions and 2 deletions
|
|
@ -7,10 +7,9 @@ noinst_LIBRARIES = libmonitoringplug.a
|
|||
AM_CPPFLAGS = -DNP_STATE_DIR_PREFIX=\"$(localstatedir)\" \
|
||||
-I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
|
||||
|
||||
libmonitoringplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c maxfd.c output.c perfdata.c output.c thresholds.c vendor/cJSON/cJSON.c
|
||||
libmonitoringplug_a_SOURCES = utils_base.c utils_tcp.c utils_cmd.c maxfd.c output.c perfdata.c output.c thresholds.c vendor/cJSON/cJSON.c
|
||||
|
||||
EXTRA_DIST = utils_base.h \
|
||||
utils_disk.h \
|
||||
utils_tcp.h \
|
||||
utils_cmd.h \
|
||||
parse_ini.h \
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ EXTRA_DIST = t \
|
|||
check_hpjd.d \
|
||||
check_game.d \
|
||||
check_radius.d \
|
||||
check_disk.d \
|
||||
check_time.d \
|
||||
check_nagios.d \
|
||||
check_dbi.d \
|
||||
|
|
@ -119,6 +120,7 @@ check_curl_LDADD = $(NETLIBS) $(LIBCURLLIBS) $(SSLOBJS) $(URIPARSERLIBS) picohtt
|
|||
check_dbi_LDADD = $(NETLIBS) $(DBILIBS)
|
||||
check_dig_LDADD = $(NETLIBS)
|
||||
check_disk_LDADD = $(BASEOBJS)
|
||||
check_disk_SOURCES = check_disk.c check_disk.d/utils_disk.c
|
||||
check_dns_LDADD = $(NETLIBS)
|
||||
check_dummy_LDADD = $(BASEOBJS)
|
||||
check_fping_LDADD = $(NETLIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue