summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-05-16 15:02:27 +0200
committerKarel Zak2012-06-26 17:07:56 +0200
commit333034f6bc90a058695a121456380e5a396a32a1 (patch)
treee3e8ad951b1f81575b4932b7a71d66ba54fd771c /configure.ac
parentbuild-sys: ignore .dirstamp file (diff)
downloadkernel-qcow2-util-linux-333034f6bc90a058695a121456380e5a396a32a1.tar.gz
kernel-qcow2-util-linux-333034f6bc90a058695a121456380e5a396a32a1.tar.xz
kernel-qcow2-util-linux-333034f6bc90a058695a121456380e5a396a32a1.zip
build-system: enable automake subdir-objects
Signed-off-by: Karel Zak <kzak@redhat.com>
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 0669f0ab5..046a0679d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.60)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability])
+AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])