summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorHarikrishnan Hariharan <hahariha@codeaurora.org>2019-09-23 15:49:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-25 19:35:16 -0700
commitbf12ff26d542acd9e72344037cdcac5d301f1ade (patch)
tree417ae7531529b437dc29d0ed10b54131e0b087a3 /location
parentb6f19637e37de64478b743bbd8bea5955900190a (diff)
downloadgps-bf12ff26d542acd9e72344037cdcac5d301f1ade.tar.gz
Use 'subdir-objects' option in HAL configure options
If a source file is in a subdirectory, but the 'subdir-objects' automake option hasn't been enabled. For now, the corresponding output object file(s) will be placed in the top-level directory. However, this behaviour will change in future Automake versions, they will unconditionally cause object files to be placed in the same subdirectory of the corresponding sources. So to avoid future incompatibilities, enable the 'subdir-objects' option in location module configure options. Change-Id: If9e94c0f6fcd9922ee7f0f9d1909d5d6579a5715 CRs-Fixed: 2533108
Diffstat (limited to 'location')
-rw-r--r--location/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/location/configure.ac b/location/configure.ac
index 6391d65..39abb69 100644
--- a/location/configure.ac
+++ b/location/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.61)
# Initialize the gps location-api-iface package version 1.0.0
AC_INIT([location-api-iface],1.0.0)
# Does not strictly follow GNU Coding standards
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign subdir-objects])
# Disables auto rebuilding of configure, Makefile.ins
AM_MAINTAINER_MODE
# Verifies the --srcdir is correct by checking for the path