summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am
blob: c0ac67216c1016ff6e89ca389e38a834187304a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
METASOURCES = AUTO

noinst_LTLIBRARIES = libiris_xmpp_im.la
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../xmpp-core -I$(srcdir)/../xmpp-im -I$(srcdir)/../jabber -I$(srcdir)/../../cutestuff/util -I$(srcdir)/../../cutestuff/network -I$(srcdir)/../../qca/src $(all_includes)

libiris_xmpp_im_la_SOURCES = \
	client.cpp \
	types.cpp \
	xmpp_tasks.cpp \
	xmpp_vcard.cpp \
	xmpp_xmlcommon.cpp

CLEANFILES = types.moc
types.lo: types.moc
types.moc: $(top_builddir)/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile
	${TQTMOC} ${MOC} $(srcdir)/../xmpp-im/types.cpp types.moc

KDE_OPTIONS = nofinal