summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4fb88ce..5ce4c43 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,6 +18,14 @@
@CODE_COVERAGE_RULES@
+if CODE_COVERAGE_ENABLED
+DBG_STATIC =
+else
+DBG_STATIC = -static
+endif
+
+AM_LDFLAGS = ${DBG_STATIC}
+
LDADD = util.la ../src/libseccomp.la ${CODE_COVERAGE_LIBS}
check_LTLIBRARIES = util.la