summaryrefslogtreecommitdiff
path: root/gabble/Makefile.am
blob: e0ad1bfa3e97c22de4f816795db0d4e3cf87dd3e (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
26
27
28
29
30
31
AM_CFLAGS = \
	-DG_LOG_DOMAIN=\"ytstenut\" \
	-DGABBLE \
	-I$(top_srcdir)/plugin-base \
	$(GABBLE_CFLAGS) \
	$(TELEPATHY_YTSTENUT_CFLAGS)

plugindir = $(gabbleplugindir)

plugin_LTLIBRARIES = ytstenut-gabble.la

AM_LDFLAGS = -module -avoid-version -shared

ytstenut_gabble_la_LIBADD = \
	$(GABBLE_LIBS) \
	$(TELEPATHY_YTSTENUT_LIBS)

ytstenut_gabble_la_SOURCES = \
	$(top_srcdir)/plugin-base/ytstenut.c \
	$(top_srcdir)/plugin-base/ytstenut.h \
	$(top_srcdir)/plugin-base/caps-manager.c \
	$(top_srcdir)/plugin-base/caps-manager.h \
	status.c \
	status.h \
	message-channel.c \
	message-channel.h \
	$(top_srcdir)/plugin-base/channel-manager.c \
	$(top_srcdir)/plugin-base/channel-manager.h \
	$(top_srcdir)/plugin-base/utils.c \
	$(top_srcdir)/plugin-base/utils.h