From 68c95f1f527d585bbd48083001307d37d822f9b7 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Wed, 26 Aug 2009 10:36:13 -0400
Subject: [PATCH] [#2101] Use the new source tree to fetch the right object
 files

---
 sflphone-common/test/Makefile.am | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/sflphone-common/test/Makefile.am b/sflphone-common/test/Makefile.am
index bd6654596b..1cbcaf8a5d 100644
--- a/sflphone-common/test/Makefile.am
+++ b/sflphone-common/test/Makefile.am
@@ -6,20 +6,20 @@ OBJECT_FILES= \
 	../src/sflphoned-managerimpl.o \
 	../src/sflphoned-accountcreator.o \
 	../src/sflphoned-call.o \
-	../src/sflphoned-sipcall.o \
-	../src/sflphoned-iaxcall.o \
+	../src/sip/sipcall.o \
+	../src/iax/libiaxlink_la-iaxcall.o \
 	../src/sflphoned-voiplink.o \
-	../src/sflphoned-sipvoiplink.o \
-	../src/sflphoned-iaxvoiplink.o \
+	../src/sip/sipvoiplink.o \
+	../src/iax/libiaxlink_la-iaxvoiplink.o \
 	../src/sflphoned-account.o \
-	../src/sflphoned-sipaccount.o \
-	../src/sflphoned-iaxaccount.o \
+	../src/sip/sipaccount.o \
+	../src/iax/libiaxlink_la-iaxaccount.o \
 	../src/sflphoned-eventthread.o \
 	../src/plug-in/pluginmanager.o \
 	../src/plug-in/audiorecorder/audiorecord.o \
-	../src/sflphoned-samplerateconverter.o \
-	../src/sflphoned-sdp.o \
-	../src/sflphoned-sdpmedia.o \
+	../src/audio/samplerateconverter.o \
+	../src/sip/sdp.o \
+	../src/sip/sdpmedia.o \
 	../src/sflphoned-numbercleaner.o \
     ../src/history/historymanager.o
 
@@ -38,6 +38,8 @@ numbercleanerTester_LDADD = \
 		@CCGNU2_LIBS@ \
 		@CCRTP_LIBS@ \
 		@SAMPLERATE_LIBS@ \
+		@ZRTPCPP_LIBS@ \
+		@libssl_LIBS@ \
 		$(PJSIP_LIBS) \
 		-luuid \
 		$(OBJECT_FILES)
-- 
GitLab