diff options
-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 |