summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 16:31:41 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 16:38:00 +0100
commitcaa02b8d89daf83533eee4e8ce6244becc073648 (patch)
tree8ee7325f6b0bf66c5268ce609a23ea45fc2a58ab
parent165868e3ca2d034e4eec9d285e6531c1cc018738 (diff)
downloadlibslp-location-caa02b8d89daf83533eee4e8ce6244becc073648.tar.gz
libslp-location-caa02b8d89daf83533eee4e8ce6244becc073648.tar.bz2
libslp-location-caa02b8d89daf83533eee4e8ce6244becc073648.zip
fix: support automake 1.14
Bug-Tizen: TC-2174/1of2 Change-Id: Ic00090e24c3c2ef611c5fd10983f8dd74a271b66 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rwxr-xr-xconfigure.ac2
-rwxr-xr-xlocation/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7b2f4b3..e84a4a8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([location])
-AM_INIT_AUTOMAKE([1.10.2 foreign -Wall -Werror])
+AM_INIT_AUTOMAKE([1.10.2 foreign -Wall -Werror subdir-objects])
# Check programs for making executable
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
diff --git a/location/Makefile.am b/location/Makefile.am
index b4ada5b..f3bd50f 100755
--- a/location/Makefile.am
+++ b/location/Makefile.am
@@ -7,8 +7,8 @@ MAP_SERVICE_DIR = map-service
MODULE_DIR = module
libSLP_location_la_SOURCES = \
- ${MANAGER_DIR}/location.c\
- ${MAP_SERVICE_DIR}/location-map-service.c
+ manager/location.c\
+ map-service/location-map-service.c
libSLP_location_la_CFLAGS = \