From 85a550e8832d421b9a54f47818686cea9737c90b Mon Sep 17 00:00:00 2001
From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
Date: Tue, 27 Sep 2022 15:32:06 -0300
Subject: [PATCH] misc: fix ut_sip build

Change-Id: Iffedd964cb6848df8172cdc557d7cee3656ebca4
---
 test/sip/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/sip/Makefile.am b/test/sip/Makefile.am
index 083cf62e77..04fe442691 100644
--- a/test/sip/Makefile.am
+++ b/test/sip/Makefile.am
@@ -2,7 +2,7 @@
 include $(top_srcdir)/globals.mk
 
 AM_CXXFLAGS += -I$(top_srcdir)/src
-AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libring.la
+AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libjami.la
 
 check_PROGRAMS = ut_sip
 ut_sip_SOURCES = sip.cpp test_SIP.h test_SIP.cpp
-- 
GitLab