Add 'google-backend' module.
[platform/upstream/evolution-data-server.git] / modules / google-backend / Makefile.am
1 NULL =
2
3 module_LTLIBRARIES = module-google-backend.la
4
5 module_google_backend_la_CPPFLAGS = \
6         $(AM_CPPFLAGS) \
7         -I$(top_srcdir) \
8         -DG_LOG_DOMAIN=\"module-google-backend\" \
9         $(E_BACKEND_CFLAGS) \
10         $(E_DATA_SERVER_CFLAGS) \
11         $(NULL)
12
13 module_google_backend_la_SOURCES = \
14         module-google-backend.c \
15         $(NULL)
16
17 module_google_backend_la_LIBADD = \
18         $(top_builddir)/libebackend/libebackend-1.2.la \
19         $(top_builddir)/libedataserver/libedataserver-1.2.la \
20         $(top_builddir)/camel/libcamel-1.2.la \
21         $(E_BACKEND_LIBS) \
22         $(E_DATA_SERVER_LIBS) \
23         $(NULL)
24
25 module_google_backend_la_LDFLAGS = \
26         -module -avoid-version $(NO_UNDEFINED) \
27         $(NULL)
28
29 -include $(top_srcdir)/git.mk