From 3df8f6f3d236e991a5b1cca41137255717ce8fe7 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 25 Feb 2016 16:22:29 +0100 Subject: [PATCH] set rpath for liblinphone_tester --- README | 1 + tester/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) 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