From: Ruediger Meier <rudi@localhost> Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- libmount/src/Makemodule.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libmount/src/Makemodule.am b/libmount/src/Makemodule.am index fd007a4..8c5ef08 100644 --- a/libmount/src/Makemodule.am +++ b/libmount/src/Makemodule.am @@ -74,7 +74,6 @@ EXTRA_DIST += \ if BUILD_LIBMOUNT_TESTS check_PROGRAMS += \ test_mount_cache \ - test_mount_context \ test_mount_lock \ test_mount_optstr \ test_mount_tab \ @@ -82,8 +81,11 @@ check_PROGRAMS += \ test_mount_tab_update \ test_mount_utils \ test_mount_version \ - test_mount_monitor \ test_mount_debug +if LINUX +check_PROGRAMS += test_mount_context +check_PROGRAMS += test_mount_monitor +endif libmount_tests_cflags = -DTEST_PROGRAM $(libmount_la_CFLAGS) $(NO_UNUSED_WARN_CFLAGS) libmount_tests_ldflags = libblkid.la -static -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html