summaryrefslogtreecommitdiff
path: root/location/module/Makefile.am
blob: d517f09dde9c88ff3eb5ee75af8f83e1b963c4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_LTLIBRARIES = liblocation-module.la

COMMON_HEADER_DIR = include
MANAGER_DIR = manager
MAP_SERVICE_DIR = map-service
MODULE_DIR = module

liblocation_module_la_SOURCES = \
							 module-internal.c

liblocation_module_la_CFLAGS = \
							-fPIC\
							-I${srcdir} \
							-I${srcdir}/.. \
							-I${srcdir}/../include \
							-I${srcdir}/../${MANAGER_DIR} \
							-I${srcdir}/../${MODULE_DIR} \
							-I${srcdir}/../${MAP_SERVICE_DIR} \
							$(LOCATION_CFLAGS)