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.
tdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/session/phone/Makefile.am

19 lines
656 B

libcricketsessionphone_la_SOURCES = audiomonitor.cc \
channelmanager.cc \
voicechannel.cc \
call.cc \
phonesessionclient.cc \
linphonemediaengine.cc
noinst_HEADERS = audiomonitor.h \
channelmanager.h \
linphonemediaengine.h \
mediaengine.h \
phonesessionclient.h \
voicechannel.h \
call.h \
mediachannel.h
AM_CPPFLAGS = -DPOSIX $(ORTP_CFLAGS) $(ILBC_CFLAGS) -I$(srcdir)/../../../talk/third_party/mediastreamer -I$(srcdir)/../../.. $(GLIB_CFLAGS) $(SPEEX_CFLAGS)
noinst_LTLIBRARIES = libcricketsessionphone.la