diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 14:36:20 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 14:36:20 +0100 |
commit | 285db2a9fa25519cacd48a76347ae2dee0c06605 (patch) | |
tree | b50509bba7ea12bdbf52a40feaa862b15f29c8c5 /lib/Makefile.am | |
parent | 096afc90a79f462e6c705764451273a887fd8c0e (diff) | |
download | monitoring-plugins-285db2a9fa25519cacd48a76347ae2dee0c06605.tar.gz |
Move disk specific stuff from lib to plugin specific directory
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e41201c4..a9f3ff40 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -7,10 +7,9 @@ noinst_LIBRARIES = libmonitoringplug.a | |||
7 | AM_CPPFLAGS = -DNP_STATE_DIR_PREFIX=\"$(localstatedir)\" \ | 7 | AM_CPPFLAGS = -DNP_STATE_DIR_PREFIX=\"$(localstatedir)\" \ |
8 | -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins | 8 | -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins |
9 | 9 | ||
10 | 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 | 10 | 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 |
11 | 11 | ||
12 | EXTRA_DIST = utils_base.h \ | 12 | EXTRA_DIST = utils_base.h \ |
13 | utils_disk.h \ | ||
14 | utils_tcp.h \ | 13 | utils_tcp.h \ |
15 | utils_cmd.h \ | 14 | utils_cmd.h \ |
16 | parse_ini.h \ | 15 | parse_ini.h \ |