From: Stef Walter Date: Fri, 8 Aug 2014 15:18:37 +0000 (+0200) Subject: configure.ac: Add subdir-objects to satisfy newer automakes X-Git-Tag: 0.21.2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a21a0bc541348803f7da01ef6c5b4baf6bc221a;p=p11-kit configure.ac: Add subdir-objects to satisfy newer automakes --- 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])],)