Skip to content

Commit ffce291

Browse files
committed
enable subdir-objects for automake
Enable subdir-objects to silence warning caused by the addition of linux_stubs.c to src/shims. This seems like the most contained fix to allow a .c file in the shims subdir without warnings.
1 parent 14f0250 commit ffce291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ AS_IF([test "x$enable_apple_tsd_optimizations" = "xyes"],
102102
)
103103

104104
AC_USE_SYSTEM_EXTENSIONS
105-
AM_INIT_AUTOMAKE([foreign no-dependencies])
105+
AM_INIT_AUTOMAKE([foreign no-dependencies subdir-objects])
106106
LT_INIT([disable-static])
107107

108108
AC_PROG_INSTALL

0 commit comments

Comments
 (0)