Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit f35f51c

Browse files
author
Grant Erickson
committed
Added NL_COVERAGE_LDFLAGS to LDFLAGS.
1 parent 9ab2a00 commit f35f51c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ LIBS="${LIBS} ${NLUNIT_TEST_LIBS}"
445445
# Add any code coverage CPPFLAGS and LIBS
446446

447447
CPPFLAGS="${CPPFLAGS} ${NL_COVERAGE_CPPFLAGS}"
448+
LDFLAGS="${LDFLAGS} ${NL_COVERAGE_LDFLAGS}"
448449
LIBS="${LIBS} ${NL_COVERAGE_LIBS}"
449450

450451
# At this point, we can restore the compiler flags to whatever the

0 commit comments

Comments
 (0)