Skip to content

Commit 06f411d

Browse files
dgrove-ossdas
authored andcommitted
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. Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent 3651b90 commit 06f411d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
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)