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
d9df13ba
Commit
d9df13ba
authored
May 04, 2018
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing tunnel definition in src/
parent
db008cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/CMakeLists.txt
src/CMakeLists.txt
+3
-1
No files found.
src/CMakeLists.txt
View file @
d9df13ba
...
...
@@ -62,7 +62,9 @@ endif()
if
(
BELCARD_FOUND
)
list
(
APPEND LIBS
${
BELCARD_LIBRARIES
}
)
endif
()
if
(
ENABLE_TUNNEL
)
add_definitions
(
-DTUNNEL_ENABLED
)
endif
()
set
(
LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES
address/address-p.h
...
...
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