Update to upstream 1.0.1
[profile/ivi/gsignond.git] / src / plugins / ssotest / Makefile.am
1 include $(top_srcdir)/common.mk
2 gplugins_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 libssotest_la_LDFLAGS = -avoid-version
23
24 all-local: slink
25
26 slink:
27         ln -sf $(abs_top_builddir)/src/plugins/ssotest/.libs/libssotest.so ../.libs/libssotest.so
28     
29