Skip to content
Snippets Groups Projects
Commit 278ba303 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1313] Basic instanciation of the rtp layer

parent 6743dcc9
No related branches found
No related tags found
No related merge requests found
include ../globals.mak
bin_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester
bin_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester rtpTester
OBJECT_FILES= \
../src/sflphoned-managerimpl.o \
......@@ -95,4 +95,24 @@ audiolayerTester_LDADD = \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
$(OBJECT_FILES)
\ No newline at end of file
$(OBJECT_FILES)
rtpTester_SOURCES = \
rtpTest.h \
rtpTest.cpp \
TestMain.cpp
rtpTester_LDADD = \
../src/libsflphone.la \
$(SFLPHONE_LIBS) $(ZEROCONFLIB) $(LIB_DNSSD) \
@ALSA_LIBS@ \
@PULSEAUDIO_LIBS@ \
@CPPUNIT_LIBS@ \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
$(OBJECT_FILES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment