summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/Makefile.am
blob: 6b773af7a118fbe2e7c9f07573e04c042c9c21c0 (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
32
33
34
## Does not compile with final
KDE_OPTIONS = nofinal

libcricketxmpp_la_SOURCES = constants.cpp \
			    jid.cpp \
			    saslmechanism.cpp \
			    xmppclient.cpp \
			    xmppengineimpl.cpp \
			    xmppengineimpl_iq.cpp \
			    xmpplogintask.cpp \
			    xmppstanzaparser.cpp \
			    xmpptask.cpp

noinst_HEADERS = asyncsocket.h \
			    prexmppauth.h \
		    	    saslhandler.h \
		      	    xmpplogintask.h \
			    jid.h \
		    	    saslmechanism.h \
		      	    xmppclient.h \
		   	    xmpppassword.h \
                            constants.h \
		    	    saslplainmechanism.h \
			    xmppclientsettings.h \
			    xmppstanzaparser.h \
		 	    xmppengine.h \
		   	    xmpptask.h \
			    plainsaslhandler.h \
			    saslcookiemechanism.h \
		     	    xmppengineimpl.h


AM_CPPFLAGS = -DPOSIX -I$(srcdir)/../..
noinst_LTLIBRARIES = libcricketxmpp.la