summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorGaƫl Bonithon <gael@xfce.org>2021-01-25 14:58:00 +0100
committerAndre Miranda <andreldm@xfce.org>2021-11-10 20:59:53 +0000
commit8ee9b43d1c2dc4afcfd5bd6ef14d60a1ba984e16 (patch)
treec80f5a27e6c4a0dc070052b43a47235301fb4bc4 /configure.ac.in
parent62b9de046ce8206c42fac907e678f23209c35408 (diff)
downloadxfconf-8ee9b43d1c2dc4afcfd5bd6ef14d60a1ba984e16.tar.gz
automake: Enable subdir-objects
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index f64c64a..299f2ab 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,7 +25,7 @@ AC_CONFIG_MACRO_DIRS([m4])
AC_PREREQ([2.69])
dnl init automake
-AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip foreign])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
AM_SILENT_RULES([yes])