Skip to content

Commit 4799d02

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 32872f6 commit 4799d02

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
@@ -399,6 +399,7 @@ check_PROGRAMS += nfs_test
399399
nfs_test_SOURCES = nfs_test.c
400400
nfs_test_LDADD = ../../libpromises/libpromises.la libtest.la
401401

402+
init_script_test_helper_LDADD =
402403
init_script_test_helper_SOURCES = init_script_test_helper.c
403404
init_script_test.sh: init_script_test_helper
404405
CLEANFILES += init_script_test_helper

0 commit comments

Comments
 (0)