Fix a crash after changes that velocity is updated before position
[framework/location/libslp-location.git] / location / Makefile.am
1 SUBDIRS = manager map-service module
2 lib_LTLIBRARIES = libSLP-location.la
3
4 COMMON_HEADER_DIR = include
5 MANAGER_DIR = manager
6 MAP_SERVICE_DIR = map-service
7 MODULE_DIR = module
8
9 libSLP_location_la_SOURCES = \
10                         ${MANAGER_DIR}/location.c\
11                         ${MAP_SERVICE_DIR}/location-map-service.c
12
13
14 libSLP_location_la_CFLAGS = \
15                         -fPIC\
16                         -I${srcdir} \
17                         -I${srcdir}/include \
18                         -I${srcdir}/${MANAGER_DIR} \
19                         -I${srcdir}/${MODULE_DIR} \
20                         -I${srcdir}/${MAP_SERVICE_DIR} \
21                         $(LOCATION_CFLAGS)
22
23 libSLP_location_la_LIBADD = \
24                         ${MANAGER_DIR}/liblocation-manager.la \
25                         ${MAP_SERVICE_DIR}/liblocation-map-service.la \
26                         ${MODULE_DIR}/liblocation-module.la \
27                         -lm\
28                         $(LOCATION_LIBS)
29
30 libSLP_location_includedir = $(includedir)/location
31 libSLP_location_include_HEADERS = \
32                         ${COMMON_HEADER_DIR}/location-types.h \
33                         ${COMMON_HEADER_DIR}/location-map-types.h \
34                         ${MANAGER_DIR}/location.h     \
35                         ${MANAGER_DIR}/location-position.h  \
36                         ${MANAGER_DIR}/location-velocity.h  \
37                         ${MANAGER_DIR}/location-accuracy.h  \
38                         ${MANAGER_DIR}/location-boundary.h  \
39                         ${MANAGER_DIR}/location-satellite.h  \
40                         ${MAP_SERVICE_DIR}/location-address.h  \
41                         ${MAP_SERVICE_DIR}/location-map-service.h \
42                         ${MAP_SERVICE_DIR}/location-map-service-ext.h \
43                         ${MAP_SERVICE_DIR}/location-poi.h  \
44                         ${MAP_SERVICE_DIR}/location-route.h  \
45                         ${MAP_SERVICE_DIR}/location-route-ext.h  \
46                         ${MAP_SERVICE_DIR}/location-geocode.h  \
47                         ${MAP_SERVICE_DIR}/location-map-pref.h  \
48                         ${MAP_SERVICE_DIR}/location-landmark.h  \
49                         ${MAP_SERVICE_DIR}/location-landmark-ext.h  \
50                         ${MODULE_DIR}/location-module.h