summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-06-23 06:00:50 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-06-24 06:23:52 -0700
commit6fc9aed1a184df60c6c3e537eae1b13a2ff54b50 (patch)
tree53881a5331583efa77779a7faf42aff22fae36d7 /configure.ac
parent0a79fdd874655b517039aaf524886ae2d4490b96 (diff)
Only use automake subdir-objects option when needed
Using the subdir-objects automake option slows done the build, so it should really only be used where needed in the tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 884e7cfa..4bda26c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_INIT([xtest],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])
+AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE