diff --git a/README b/README index 7e0b97524..7b54bdd42 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ This is Linphone, a free (GPL) video softphone based on the SIP protocol. - belle-sip>=1.3.0 - speex>=1.2.0 (including libspeexdsp part) - libxml2 + - bctoolbox + if you want the gtk/glade interface: - libgtk >=2.16.0 diff --git a/tester/Makefile.am b/tester/Makefile.am index 40dabb7e2..3a16c9ae1 100644 --- a/tester/Makefile.am +++ b/tester/Makefile.am @@ -161,6 +161,8 @@ AM_CFLAGS += $(LIBGTK_CFLAGS) $(LIBGTKMAC_CFLAGS) -DHAVE_GTK endif +AM_LDFLAGS=-Wl,-rpath -Wl,$(libdir) + bin_PROGRAMS= if !BUILD_IOS