Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
4470663d
Commit
4470663d
authored
Dec 04, 2016
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add bctoolbox dependency everywhere needed in Makefiles and .pc file.
parent
a7256403
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
coreapi/Makefile.am
coreapi/Makefile.am
+4
-2
share/linphone.pc.in
share/linphone.pc.in
+1
-1
tools/Makefile.am
tools/Makefile.am
+2
-2
No files found.
coreapi/Makefile.am
View file @
4470663d
...
...
@@ -136,7 +136,8 @@ liblinphone_la_LIBADD= \
$(LDAP_LIBS)
\
$(SASL_LIBS)
\
$(BELCARD_LIBS)
\
$(ZLIB_LIBS)
$(ZLIB_LIBS)
\
$(BCTOOLBOX_LIBS)
AM_CPPFLAGS
=
\
...
...
@@ -159,7 +160,8 @@ COMMON_CFLAGS=\
$(LDAP_CFLAGS)
\
$(SASL_CFLAGS)
\
$(BELCARD_CFLAGS)
\
$(ZLIB_CFLAGS)
$(ZLIB_CFLAGS)
\
$(BCTOOLBOX_CFLAGS)
if
BUILD_WIZARD
COMMON_CFLAGS
+=
-DBUILD_WIZARD
...
...
share/linphone.pc.in
View file @
4470663d
...
...
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Requires: mediastreamer ortp
Requires: mediastreamer ortp
bctoolbox
Name: liblinphone
Description: All in one linphone libs.
Version: @VERSION@
...
...
tools/Makefile.am
View file @
4470663d
...
...
@@ -10,8 +10,8 @@ COMMON_CFLAGS=\
$(MEDIASTREAMER_CFLAGS)
\
$(STRICT_OPTIONS)
\
$(STRICT_OPTIONS_CC)
\
$(MEDIASTREAMER_
LIB
S)
\
$(BCTOOLBOX_
LIB
S)
$(MEDIASTREAMER_
CFLAG
S)
\
$(BCTOOLBOX_
CFLAG
S)
#-fpermissive to workaround a g++ bug on macos 32bit SDK.
AM_CXXFLAGS
=
$(LIBXML2_CFLAGS)
-fpermissive
$(STRICT_OPTIONS)
$(STRICT_OPTIONS_CXX)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment