summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-09-05 11:46:43 +0200
committerStef Walter <stefw@redhat.com>2014-09-05 11:46:43 +0200
commitadea0235b44ccd33340e020583606508578771f3 (patch)
treeb27bb795b0a6a4c57649450c5978d435a4c518b7
parent7e2cc52469b47b2efc8f8aa2c1b645e2d7672fcc (diff)
downloadp11-kit-adea0235b44ccd33340e020583606508578771f3.tar.gz
configure: Don't use subdir-objects on our stable branch yet
This just causes build problems when switching between branches. On master we've switched to a non-recursive Makefile so this is just relevant here.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 90b4441..16dc1ca 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 subdir-objects])
+AM_INIT_AUTOMAKE([1.12 foreign serial-tests])
AM_SANITY_CHECK
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)