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

[#2555] Fix test folder compilation, changed file object names

parent d22fa079
No related branches found
No related tags found
No related merge requests found
...@@ -4,25 +4,28 @@ include ../globals.mak ...@@ -4,25 +4,28 @@ include ../globals.mak
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester historyTester mainbufferTester #rtpTester noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester historyTester mainbufferTester #rtpTester
OBJECT_FILES= \ OBJECT_FILES= \
../src/sflphoned-logger.o \
../src/sflphoned-managerimpl.o \ ../src/sflphoned-managerimpl.o \
../src/sflphoned-account.o\
../src/sflphoned-accountcreator.o \ ../src/sflphoned-accountcreator.o \
../src/sflphoned-call.o \ ../src/sflphoned-call.o \
../src/sip/sipcall.o \ ../src/sflphoned-conference.o \
../src/iax/libiaxlink_la-iaxcall.o \ ../src/sflphoned-eventthread.o \
../src/sflphoned-managerimpl_registration.o \
../src/sflphoned-numbercleaner.o \
../src/sflphoned-observer.o \
../src/sflphoned-voiplink.o \ ../src/sflphoned-voiplink.o \
../src/sip/sipvoiplink.o \ ../src/sip/libsiplink_la-sipcall.o \
../src/iax/libiaxlink_la-iaxcall.o \
../src/sip/libsiplink_la-sipvoiplink.o \
../src/iax/libiaxlink_la-iaxvoiplink.o \ ../src/iax/libiaxlink_la-iaxvoiplink.o \
../src/sflphoned-account.o \ ../src/sip/libsiplink_la-sipaccount.o \
../src/sip/sipaccount.o \
../src/iax/libiaxlink_la-iaxaccount.o \ ../src/iax/libiaxlink_la-iaxaccount.o \
../src/sflphoned-eventthread.o \ ../src/sip/libsiplink_la-sdp.o \
../src/sflphoned-conference.o \ ../src/sip/libsiplink_la-sdpmedia.o \
../src/plug-in/pluginmanager.o \ ../src/plug-in/pluginmanager.o \
../src/plug-in/audiorecorder/audiorecord.o \ ../src/plug-in/audiorecorder/audiorecord.o \
../src/audio/samplerateconverter.o \ ../src/audio/samplerateconverter.o \
../src/sip/sdp.o \
../src/sip/sdpmedia.o \
../src/sflphoned-numbercleaner.o \
../src/history/historymanager.o ../src/history/historymanager.o
../ ../
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment