e84d648d8412f99f20727b4c2f6707b2115f50c0
[profile/ivi/gsignond.git] / src / plugins / ssotest / Makefile.am
1 include $(top_srcdir)/common.mk
2 plugins_LTLIBRARIES = libssotest.la
3 NULL=
4
5 libssotest_la_CPPFLAGS = \
6     -I$(top_builddir) \
7     -I$(top_srcdir)/src \
8     -I$(top_srcdir)/include \
9     $(GSIGNOND_CFLAGS) \
10     $(NULL)
11
12 libssotest_la_LIBADD = \
13     $(top_builddir)/src/common/libgsignond-common.la \
14     $(GSIGNOND_LIBS) \
15     $(NULL)
16
17 libssotest_la_SOURCES = \
18     gsignond-ssotest-plugin.h \
19     gsignond-ssotest-plugin.c \
20     $(NULL)
21
22 all-local: slink
23
24 slink:
25         ln -sf $(abs_top_builddir)/src/plugins/ssotest/.libs/libssotest.so ../.libs/libssotest.so
26     
27