dbind/Makefile.am: specify subdir-objects automake option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Jun 2014 20:01:38 +0000 (22:01 +0200)
committerMike Gorse <mgorse@suse.com>
Fri, 1 Apr 2016 16:30:30 +0000 (11:30 -0500)
commit3c083b9bbb9a710c923c5d3a49c1ff8ce55f651c
tree35f7da3b985ac99d6d3dd0961fee850cfb66565a
parent234e965831e8f737310db18520b671ba4b7f7b66
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>
dbind/Makefile.am