Release Tizen2.0 beta
[framework/location/libslp-location.git] / location / map-service / Makefile.am
1 noinst_LTLIBRARIES = liblocation-map-service.la\r
2 \r
3 COMMON_HEADER_DIR = include\r
4 MANAGER_DIR = manager\r
5 MAP_SERVICE_DIR = map-service\r
6 MODULE_DIR = module\r
7 \r
8 liblocation_map_service_la_SOURCES = \\r
9                                                          location-map-pref.c   \\r
10                                                          location-map-ielement.c \\r
11                                                          location-address.c  \\r
12                                                          location-geocode.c \\r
13                                                          location-poi.c   \\r
14                                                          location-landmark.c   \\r
15                                                          location-route.c   \\r
16                                                          map-service.c \\r
17                                                          map-internal.c\r
18 \r
19 liblocation_map_service_la_CFLAGS = \\r
20                                                         -fPIC\\r
21                                                         -I${srcdir} \\r
22                                                         -I${srcdir}/.. \\r
23                                                         -I${srcdir}/../include \\r
24                                                         -I${srcdir}/../${MANAGER_DIR} \\r
25                                                         -I${srcdir}/../${MODULE_DIR} \\r
26                                                         -I${srcdir}/../${MAP_SERVICE_DIR} \\r
27                                                         $(LOCATION_CFLAGS)\r
28 \r