summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-25 22:01:38 +0200
committerMike Gorse <mgorse@suse.com>2016-04-01 11:30:30 -0500
commit3c083b9bbb9a710c923c5d3a49c1ff8ce55f651c (patch)
tree35f7da3b985ac99d6d3dd0961fee850cfb66565a /dbind
parent234e965831e8f737310db18520b671ba4b7f7b66 (diff)
downloadat-spi2-core-3c083b9bbb9a710c923c5d3a49c1ff8ce55f651c.tar.gz
dbind/Makefile.am: specify subdir-objects automake option
As recommended during autoreconf: dbind/Makefile.am:1: while processing Libtool library 'libdbind.la' dbind/Makefile.am:23: warning: source file '../atspi/atspi-gmain.c' is in a subdirectory, dbind/Makefile.am:23: but option 'subdir-objects' is disabled 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. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index f037e56b..79a65097 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -1,3 +1,6 @@
+# We build atspi-gmain.c which is located in a different directory.
+AUTOMAKE_OPTIONS = subdir-objects
+
noinst_LTLIBRARIES = libdbind.la
AM_CPPFLAGS = \