Skip to content

Commit 3691f26

Browse files
committed
Merge pull request swiftlang#9 from dgrove-oss/automake-subdirs
enable subdir-objects for automake
2 parents 14f0250 + ffce291 commit 3691f26

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)