--- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5fb128f..4283a24 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = paging cipher sysmobts +SUBDIRS = paging cipher + +if ENABLE_SYSMOBTS +SUBDIRS += sysmobts +endif
# The `:;' works around a Bash 3.2 bug when the output is not writeable. $(srcdir)/package.m4: $(top_srcdir)/configure.ac