Skip to content

Commit 55f6cbc

Browse files
committed
Removed linking libraries to init_script_test_helper
The `init_script_test_helper` binary does not require any libraries. The libraries `libpromises.la` and `libtest.la` were previously added through the `LDADD` variable in the top of Makefile.am. Ticket: CFE-2780 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 3489cef commit 55f6cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ check_PROGRAMS += nfs_test
404404
nfs_test_SOURCES = nfs_test.c
405405
nfs_test_LDADD = ../../libpromises/libpromises.la libtest.la
406406

407+
init_script_test_helper_LDADD =
407408
init_script_test_helper_SOURCES = init_script_test_helper.c
408409
init_script_test.sh: init_script_test_helper
409410
CLEANFILES += init_script_test_helper

0 commit comments

Comments
 (0)