From 7c491e99e38f41a2ae8754563f1c27a9e374ef81 Mon Sep 17 00:00:00 2001 From: yanmorin <yanmorin> Date: Mon, 1 May 2006 18:23:50 +0000 Subject: [PATCH] Correct libeXosip2 dependency and first sflphone-qt compilation without --disable-sflphoneqt --- CHANGES | 2 +- src/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 0ffb7a4d07..72f5c17e4f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ SFLphoned (0.7.0) / 2006-..-.. - * add --disable-sflphoneqt (to be tested without) 2006-05-01 + * add --disable-sflphoneqt 2006-05-01 * remove libexosip2 internally, it's in debian unstable 2005-01-01 * add iax support - in development * add account support diff --git a/src/Makefile.am b/src/Makefile.am index efbfc79836..e848e96e61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libs -I$(srcdir)/audio/pac #libsflphone_la_LDFLAGS= -version-info 0:1:0 libsflphone_la_LIBADD = \ - $(top_builddir)/libs/eXosip2/libeXosip2.la \ $(top_builddir)/libs/stund/libstun.la \ $(top_builddir)/libs/utilspp/libutilspp.la \ $(top_builddir)/libs/portaudio/libportaudio.la \ -- GitLab