fix: support automake 1.14 56/31556/1
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Dec 2014 15:31:41 +0000 (16:31 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 5 Dec 2014 15:38:00 +0000 (16:38 +0100)
Bug-Tizen: TC-2174/1of2
Change-Id: Ic00090e24c3c2ef611c5fd10983f8dd74a271b66
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
configure.ac
location/Makefile.am

index 7b2f4b3..e84a4a8 100755 (executable)
@@ -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])
index b4ada5b..f3bd50f 100755 (executable)
@@ -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 = \