Skip to content
Snippets Groups Projects
Commit 68c95f1f authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#2101] Use the new source tree to fetch the right object files

parent 064de642
No related branches found
No related tags found
No related merge requests found
...@@ -6,20 +6,20 @@ OBJECT_FILES= \ ...@@ -6,20 +6,20 @@ OBJECT_FILES= \
../src/sflphoned-managerimpl.o \ ../src/sflphoned-managerimpl.o \
../src/sflphoned-accountcreator.o \ ../src/sflphoned-accountcreator.o \
../src/sflphoned-call.o \ ../src/sflphoned-call.o \
../src/sflphoned-sipcall.o \ ../src/sip/sipcall.o \
../src/sflphoned-iaxcall.o \ ../src/iax/libiaxlink_la-iaxcall.o \
../src/sflphoned-voiplink.o \ ../src/sflphoned-voiplink.o \
../src/sflphoned-sipvoiplink.o \ ../src/sip/sipvoiplink.o \
../src/sflphoned-iaxvoiplink.o \ ../src/iax/libiaxlink_la-iaxvoiplink.o \
../src/sflphoned-account.o \ ../src/sflphoned-account.o \
../src/sflphoned-sipaccount.o \ ../src/sip/sipaccount.o \
../src/sflphoned-iaxaccount.o \ ../src/iax/libiaxlink_la-iaxaccount.o \
../src/sflphoned-eventthread.o \ ../src/sflphoned-eventthread.o \
../src/plug-in/pluginmanager.o \ ../src/plug-in/pluginmanager.o \
../src/plug-in/audiorecorder/audiorecord.o \ ../src/plug-in/audiorecorder/audiorecord.o \
../src/sflphoned-samplerateconverter.o \ ../src/audio/samplerateconverter.o \
../src/sflphoned-sdp.o \ ../src/sip/sdp.o \
../src/sflphoned-sdpmedia.o \ ../src/sip/sdpmedia.o \
../src/sflphoned-numbercleaner.o \ ../src/sflphoned-numbercleaner.o \
../src/history/historymanager.o ../src/history/historymanager.o
...@@ -38,6 +38,8 @@ numbercleanerTester_LDADD = \ ...@@ -38,6 +38,8 @@ numbercleanerTester_LDADD = \
@CCGNU2_LIBS@ \ @CCGNU2_LIBS@ \
@CCRTP_LIBS@ \ @CCRTP_LIBS@ \
@SAMPLERATE_LIBS@ \ @SAMPLERATE_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
$(PJSIP_LIBS) \ $(PJSIP_LIBS) \
-luuid \ -luuid \
$(OBJECT_FILES) $(OBJECT_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment