Update to upstream 1.0.1
[profile/ivi/gsignond.git] / src / daemon / plugins / Makefile.am
1 include $(top_srcdir)/common.mk
2
3 noinst_LTLIBRARIES = libgsignond-plugins.la
4
5 libgsignond_plugins_la_CPPFLAGS = \
6     -I$(top_builddir) \
7     -I$(top_srcdir)/src \
8     -I$(top_srcdir)/include \
9     -I$(top_builddir)/src \
10     -DGSIGNOND_PLUGINLOADERS_DIR='"$(pluginloadersdir)"' \
11     -DGSIGNOND_GPLUGINS_DIR='"$(gpluginsdir)"' \
12     $(GSIGNOND_CFLAGS)
13
14 libgsignond_plugins_la_LIBADD =    \
15         $(top_builddir)/src/common/libgsignond-common.la \
16         $(top_builddir)/src/daemon/dbus/libgsignond-dbus-glue.la \
17         $(GSIGNOND_LIBS)
18
19 libgsignond_plugins_la_SOURCES = \
20    gsignond-plugin-proxy.h \
21    gsignond-plugin-proxy.c \
22    gsignond-plugin-proxy-factory.h \
23    gsignond-plugin-proxy-factory.c \
24    gsignond-plugin-remote-private.h \
25    gsignond-plugin-remote.h \
26    gsignond-plugin-remote.c
27
28 CLEANFILES =