set rpath for liblinphone_tester

This commit is contained in:
Jehan Monnier 2016-02-25 16:22:29 +01:00
parent cc981d329a
commit 3df8f6f3d2
2 changed files with 3 additions and 0 deletions

1
README
View file

@ -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

View file

@ -161,6 +161,8 @@ AM_CFLAGS += $(LIBGTK_CFLAGS) $(LIBGTKMAC_CFLAGS) -DHAVE_GTK
endif
AM_LDFLAGS=-Wl,-rpath -Wl,$(libdir)
bin_PROGRAMS=
if !BUILD_IOS