summaryrefslogtreecommitdiff
path: root/docs/examples/mission_control_plugin/Makefile.am
blob: f02eee1cecee58211bd5605d690cef0c7f1b4745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = \
	$(TELEPATHY_GLIB_CFLAGS)

pluginsdir = $(MISSION_CONTROL_PLUGINS_DIR)
plugins_LTLIBRARIES = \
	mcp-account-manager-socialweb.la

mcp_account_manager_socialweb_la_SOURCES = \
	mission-control-plugin.c \
	mcp-account-manager-example.c mcp-account-manager-example.h

mcp_account_manager_socialweb_la_LIBADD = \
	$(MISSION_CONTROL_MODULE_LIBS)

mcp_account_manager_socialweb_la_LDFLAGS = \
	-module \
	-avoid-version