First tlm release
[platform/core/system/tlm.git] / src / plugins / default / Makefile.am
1 include $(top_srcdir)/common.mk
2 plugins_LTLIBRARIES = libtlm-plugin-default.la
3
4 libtlm_plugin_default_la_SOURCES = \
5         tlm-account-plugin-default.h \
6         tlm-account-plugin-default.c \
7         tlm-auth-plugin-default.h \
8         tlm-auth-plugin-default.c
9
10 libtlm_plugin_default_la_CFLAGS = \
11         -I$(abs_top_srcdir)/src/common \
12         -DG_LOG_DOMAIN=\"TLM_PLUGIN_DEFAULT\" \
13         $(GLIB_CFLAGS)
14
15 libtlm_plugin_default_la_LDFLAGS = -avoid-version
16
17 libtlm_plugin_default_la_LIBADD = \
18         $(abs_top_builddir)/src/common/libtlm-plugin.la \
19         $(GLIB_LIBS)
20
21 all-local: slink
22
23 slink:
24         ln -sf $(abs_top_builddir)/src/plugins/default/.libs/libtlm-plugin-default.so ../.libs/libtlm-plugin-default.so