summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-14 06:53:22 +0000
committerSimon McVittie <smcv@debian.org>2016-01-14 06:53:22 +0000
commit6211894d92d45271fa5e8c964521ca8ee2cef1ac (patch)
tree21b5494642d57f76d8248f9af45d5e677b84c9d6
parentebda5f95126d6adc38c2511a65e330d472af4f60 (diff)
downloaddbus-glib-6211894d92d45271fa5e8c964521ca8ee2cef1ac.tar.gz
Enable subdir-objects Automake option to silence warnings
automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. [etc.]
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 30c7c7f..5da6b44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([dbus-glib], [0.105],
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([1.9])
+AM_INIT_AUTOMAKE([1.9 subdir-objects])
AC_CONFIG_HEADERS(config.h)