You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
664 B
23 lines
664 B
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
|
|
cp $(srcdir)/../xmpp-im/types.cpp types.in.moc
|
|
tqt-replace types.in.moc
|
|
${MOC} types.in.moc -o types.moc
|
|
rm types.in.moc
|
|
|
|
KDE_OPTIONS = nofinal
|
|
|