summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = \