diff options
author | Stef Walter <stef@thewalter.net> | 2014-08-08 17:18:37 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-08-08 18:44:20 +0200 |
commit | 3a21a0bc541348803f7da01ef6c5b4baf6bc221a (patch) | |
tree | 40e1a39217cced6cfc52dadbaecd4f92b6c19776 | |
parent | 92523973caae8b195c4d39b6cf872ea09d72d497 (diff) | |
download | p11-kit-3a21a0bc541348803f7da01ef6c5b4baf6bc221a.tar.gz |
configure.ac: Add subdir-objects to satisfy newer automakes
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index afd8177..7d738b3 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ P11KIT_AGE=0 AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([build/m4]) AC_CONFIG_AUX_DIR([build/litter]) -AM_INIT_AUTOMAKE([1.12 foreign serial-tests]) +AM_INIT_AUTOMAKE([1.12 foreign serial-tests subdir-objects]) AM_SANITY_CHECK AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],) |