diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-01-04 02:36:50 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-01-04 02:36:50 +0100 |
commit | 1d669e47eb9e6971b266d451274c02c5203b1906 (patch) | |
tree | a0a08d03855a34952fc0fbd89372c532d4b9c94e /plugins/Makefile.am | |
parent | 2a1c0b64bb9b8730a321ee1b50f303d3a8468825 (diff) | |
download | monitoring-plugins-1d669e47eb9e6971b266d451274c02c5203b1906.tar.gz |
Fix Makefile.am to fix tests
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 2 |
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 | |||
135 | endif | 135 | endif |
136 | 136 | ||
137 | tests_test_check_swap_LDADD = $(BASEOBJS) $(tap_ldflags) -ltap | 137 | tests_test_check_swap_LDADD = $(BASEOBJS) $(tap_ldflags) -ltap |
138 | tests_test_check_swap_SOURCES = check_swap.c check_swap.d/swap.c | 138 | tests_test_check_swap_SOURCES = tests/test_check_swap.c check_swap.d/swap.c |
139 | 139 | ||
140 | ############################################################################## | 140 | ############################################################################## |
141 | # secondary dependencies | 141 | # secondary dependencies |