aboutsummaryrefslogtreecommitdiff
path: root/tests/fs-tests/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs-tests/Makemodule.am')
-rw-r--r--tests/fs-tests/Makemodule.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fs-tests/Makemodule.am b/tests/fs-tests/Makemodule.am
index 031355a..d3acaa5 100644
--- a/tests/fs-tests/Makemodule.am
+++ b/tests/fs-tests/Makemodule.am
@@ -2,6 +2,11 @@ integck_SOURCES = tests/fs-tests/integrity/integck.c
integck_LDADD = libubi.a
integck_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/ubi-utils/include
+if HAVE_EXECINFO
+else
+integck_LDADD += libmissing.a
+endif
+
test_1_SOURCES = tests/fs-tests/simple/test_1.c tests/fs-tests/lib/tests.c
test_1_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/tests/fs-tests/lib