mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
set rpath for liblinphone_tester
This commit is contained in:
parent
cc981d329a
commit
3df8f6f3d2
2 changed files with 3 additions and 0 deletions
1
README
1
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
|
||||
|
|
|
|||
|
|
@ -161,6 +161,8 @@ AM_CFLAGS += $(LIBGTK_CFLAGS) $(LIBGTKMAC_CFLAGS) -DHAVE_GTK
|
|||
|
||||
endif
|
||||
|
||||
AM_LDFLAGS=-Wl,-rpath -Wl,$(libdir)
|
||||
|
||||
bin_PROGRAMS=
|
||||
|
||||
if !BUILD_IOS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue