summaryrefslogtreecommitdiff
path: root/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
blob: 532a3d290d45d12efe23932f4951b1dc929ee74b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
plugindir = $(ACCOUNTS_APP_PLUGIN_DIR)

INCLUDES =					\
	-I$(top_builddir)			\
	-I$(top_srcdir)				\
	-DLOCALEDIR=\""$(datadir)/locale"\"	\
	$(UOA_CFLAGS)				\
	$(WARN_CFLAGS)				\
	$(ERROR_CFLAGS)				\
	$(DISABLE_DEPRECATED)			\
	$(EMPATHY_CFLAGS)

plugin_LTLIBRARIES = \
	libempathy.la\
	$(NULL)

libempathy_la_SOURCES = \
	empathy-app-plugin.c \
	empathy-app-plugin.h \
	empathy-app-plugin-widget.c \
	empathy-app-plugin-widget.h
libempathy_la_LDFLAGS = -module -avoid-version
libempathy_la_LIBADD = \
	$(UOA_LIBS)					\
	$(top_builddir)/libempathy-gtk/libempathy-gtk.la