From f0abb9707309b2ef397f8dd24f3a683bde2b9cfa Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 2 Sep 2015 16:41:29 -0700 Subject: Add coverage flags to libwebhelper2oldprivate.la I originally missed this in the error spew, but the reason this test was failing was because the .so associated with the GIR module was not linked to libgcov, and so had missing symbols upon import. [endlessm/eos-sdk#3566] --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9805505..8638a1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -412,6 +412,7 @@ AM_JS_LOG_FLAGS += @EOS_JS_COVERAGE_LOG_FLAGS@ AM_CFLAGS += @EOS_C_COVERAGE_CFLAGS@ AM_LDFLAGS = @EOS_C_COVERAGE_LDFLAGS@ libwebhelper2private_la_LDFLAGS += @EOS_C_COVERAGE_LDFLAGS@ +libwebhelper2oldprivate_la_LDFLAGS += @EOS_C_COVERAGE_LDFLAGS@ wh2extension_la_LDFLAGS += @EOS_C_COVERAGE_LDFLAGS@ clean-local:: clean-coverage -- cgit v1.2.3