tizen 2.3 release
[framework/location/libslp-lbs-plugin-replay.git] / xps-plugin / Makefile.am
1 ################# Build library ################
2 lib_LTLIBRARIES = libSLP-xps-plugin-replay.la
3
4 libSLP_xps_plugin_replay_la_SOURCES = \
5                                                 $(srcdir)/src/geoclue_xps_plugin_replay.c
6
7 libSLP_xps_plugin_replay_la_CFLAGS = -Wall -fPIC -fvisibility=hidden -DEXPORT_API="__attribute__((visibility(\"default\")))" \
8                                                 -I$(srcdir)/include \
9                                                 $(GEOCLUE_XPS_PLUGIN_CFLAGS) \
10                                                 $(VCONF_CFLAGS) \
11                                                 $(DLOG_CFLAGS)
12
13 libSLP_xps_plugin_replay_la_LDFLAGS = -Wl,--hash-style=both -Wl,--as-needed \
14                                                 $(VCONF_LIBS) \
15                                                 $(DLOG_LIBS)