diff --git a/CHANGES b/CHANGES index 0ffb7a4d07744c1fc0045f2285fa45b0fa8c507b..72f5c17e4f261aaf521edde6e8f1a21290ec3a4f 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 efbfc79836a01bab1fed50a71a9f934a29d61a92..e848e96e615d5609e129464e07e01d30e7fa3826 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 \