diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-01-04 02:16:50 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-01-04 02:16:50 +0100 |
commit | 2a1c0b64bb9b8730a321ee1b50f303d3a8468825 (patch) | |
tree | 65e518381a8d6457089e6ad7eb4a7bcc131eff27 /plugins-root/Makefile.am | |
parent | 946d2f4b8fedfef30b8978d10823987cb6f88819 (diff) | |
parent | 7dfddfbc88b1d78b9824a68feca19df87a3eb504 (diff) | |
download | monitoring-plugins-2a1c0b64bb9b8730a321ee1b50f303d3a8468825.tar.gz |
Merge branch 'master' into check_swap_again
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r-- | plugins-root/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index 40aa020d..a80229e2 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am | |||
@@ -26,7 +26,7 @@ EXTRA_PROGRAMS = pst3 | |||
26 | 26 | ||
27 | EXTRA_DIST = t pst3.c | 27 | EXTRA_DIST = t pst3.c |
28 | 28 | ||
29 | BASEOBJS = ../plugins/utils.o ../lib/libmonitoringplug.a ../gl/libgnu.a $(LIB_CRYPTO) | 29 | BASEOBJS = ../plugins/utils.o ../lib/libmonitoringplug.a ../gl/libgnu.a |
30 | NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) | 30 | NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) |
31 | NETLIBS = $(NETOBJS) $(SOCKETLIBS) | 31 | NETLIBS = $(NETOBJS) $(SOCKETLIBS) |
32 | 32 | ||
@@ -80,8 +80,8 @@ install-exec-local: $(noinst_PROGRAMS) | |||
80 | 80 | ||
81 | ############################################################################## | 81 | ############################################################################## |
82 | # the actual targets | 82 | # the actual targets |
83 | check_dhcp_LDADD = @LTLIBINTL@ $(NETLIBS) | 83 | check_dhcp_LDADD = @LTLIBINTL@ $(NETLIBS) $(LIB_CRYPTO) |
84 | check_icmp_LDADD = @LTLIBINTL@ $(NETLIBS) $(SOCKETLIBS) | 84 | check_icmp_LDADD = @LTLIBINTL@ $(NETLIBS) $(SOCKETLIBS) $(LIB_CRYPTO) |
85 | 85 | ||
86 | # -m64 needed at compiler and linker phase | 86 | # -m64 needed at compiler and linker phase |
87 | pst3_CFLAGS = @PST3CFLAGS@ | 87 | pst3_CFLAGS = @PST3CFLAGS@ |