summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/Makefile.am
blob: 2bdd95fff09cf7b251f148257c15405b3e38047c (plain)
1
2
3
4
5
6
7
8
9
10
11
libcricketp2pclient_la_SOURCES = sessionclient.cc \
				 basicportallocator.cc \
				 socketmonitor.cc

noinst_HEADERS =                 basicportallocator.h \
				 sessionclient.h \
				 socketmonitor.h 

AM_CPPFLAGS = -I$(srcdir)/../../.. -DLINUX -DPOSIX -DINTERNAL_BUILD

noinst_LTLIBRARIES = libcricketp2pclient.la