summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-01-04 02:36:50 +0100
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-01-04 02:36:50 +0100
commit1d669e47eb9e6971b266d451274c02c5203b1906 (patch)
treea0a08d03855a34952fc0fbd89372c532d4b9c94e /plugins/Makefile.am
parent2a1c0b64bb9b8730a321ee1b50f303d3a8468825 (diff)
downloadmonitoring-plugins-1d669e47eb9e6971b266d451274c02c5203b1906.tar.gz
Fix Makefile.am to fix tests
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 2310f107..d43c1971 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -135,7 +135,7 @@ check_users_LDADD += popen.o
135endif 135endif
136 136
137tests_test_check_swap_LDADD = $(BASEOBJS) $(tap_ldflags) -ltap 137tests_test_check_swap_LDADD = $(BASEOBJS) $(tap_ldflags) -ltap
138tests_test_check_swap_SOURCES = check_swap.c check_swap.d/swap.c 138tests_test_check_swap_SOURCES = tests/test_check_swap.c check_swap.d/swap.c
139 139
140############################################################################## 140##############################################################################
141# secondary dependencies 141# secondary dependencies