Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
c5e3bd58
Commit
c5e3bd58
authored
Jun 09, 2015
by
Ghislain MARY
Browse files
Build account creator and xmlrpc on Android and WP8 + install header files.
parent
bbe66c9a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
build/android/Android.mk
build/android/Android.mk
+2
-0
build/wp8/LibLinphone.vcxproj
build/wp8/LibLinphone.vcxproj
+2
-0
coreapi/CMakeLists.txt
coreapi/CMakeLists.txt
+2
-0
No files found.
build/android/Android.mk
View file @
c5e3bd58
...
...
@@ -26,6 +26,7 @@ include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION
:=
.cc
LOCAL_SRC_FILES
:=
\
account_creator.c
address.c
\
authentication.c
\
bellesip_sal/sal_address_impl.c
\
...
...
@@ -73,6 +74,7 @@ LOCAL_SRC_FILES := \
sipsetup.c
\
xml2lpc.c
\
xml.c
\
xmlrpc.c
\
vtables.c
ifndef
LIBLINPHONE_VERSION
...
...
build/wp8/LibLinphone.vcxproj
View file @
c5e3bd58
...
...
@@ -96,6 +96,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\coreapi\account_creator.c"
/>
<ClCompile
Include=
"..\..\coreapi\address.c"
/>
<ClCompile
Include=
"..\..\coreapi\authentication.c"
/>
<ClCompile
Include=
"..\..\coreapi\bellesip_sal\sal_address_impl.c"
/>
...
...
@@ -144,6 +145,7 @@
<ClCompile
Include=
"..\..\coreapi\TunnelManager.cc"
/>
<ClCompile
Include=
"..\..\coreapi\vtables.c"
/>
<ClCompile
Include=
"..\..\coreapi\xml.c"
/>
<ClCompile
Include=
"..\..\coreapi\xmlrpc.c"
/>
<ClCompile
Include=
"..\..\coreapi\xml2lpc.c"
/>
</ItemGroup>
<ItemGroup>
...
...
coreapi/CMakeLists.txt
View file @
c5e3bd58
...
...
@@ -182,6 +182,7 @@ install(TARGETS linphone EXPORT LinphoneTargets
set
(
HEADER_FILES
account_creator.h
buffer.h
call_log.h
call_params.h
...
...
@@ -196,6 +197,7 @@ set(HEADER_FILES
lpconfig.h
sipsetup.h
xml2lpc.h
xmlrpc.h
)
install
(
FILES
${
HEADER_FILES
}
...
...
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